Home
last modified time | relevance | path

Searched defs:ThrowLoc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Sema/
H A DInitialization.h252 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/aosp_15_r20/external/clang/lib/Parse/
H A DParseExprCXX.cpp1610 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h915 SourceLocation ThrowLoc; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp777 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand()
H A DTreeTransform.h2543 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()