Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DInitialization.h252 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/external/clang/lib/Parse/
DParseExprCXX.cpp1610 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
/external/clang/include/clang/AST/
DExprCXX.h915 SourceLocation ThrowLoc; variable
/external/clang/lib/Sema/
DSemaExprCXX.cpp777 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand()
DTreeTransform.h2543 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()