Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h327 static InitializedEntity InitializeException(SourceLocation ThrowLoc, in InitializeException()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1952 SourceLocation ThrowLoc = ConsumeToken(); // Eat the throw token. in ParseThrowExpression() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp979 bool Sema::CheckCXXThrowOperand(SourceLocation ThrowLoc, in CheckCXXThrowOperand()
H A DTreeTransform.h3361 ExprResult RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, in RebuildCXXThrowExpr()