Home
last modified time | relevance | path

Searched refs:getThrowLoc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h374 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
H A DExprCXX.h1231 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function
1242 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()
1245 return getThrowLoc(); in getEndLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1127 Throw->getThrowLoc()); in VisitCXXThrowExpr()
1141 Throw->getThrowLoc()); in VisitObjCAtThrowStmt()
H A DAnalysisBasedWarnings.cpp395 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
H A DTreeTransform.h9046 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
14400 getSema().DiagnoseExceptionUse(E->getThrowLoc(), /* IsTry= */ false); in TransformCXXThrowExpr()
14406 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
H A DSemaInit.cpp7115 return Entity.getThrowLoc(); in getInitializationLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h529 SourceLocation getThrowLoc() const { in getThrowLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1635 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()
1885 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7572 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()
8419 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()