Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1855 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. ParseThrowExpression() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp982 CheckCXXThrowOperand(SourceLocation ThrowLoc,QualType ExceptionObjectTy,Expr * E) CheckCXXThrowOperand() argument
[all...]
H A DTreeTransform.h3310 RebuildCXXThrowExpr(SourceLocation ThrowLoc,Expr * Sub,bool IsThrownVariableInScope) RebuildCXXThrowExpr() argument