Home
last modified time | relevance | path

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

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