Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
H A DExprCXX.h1040 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function
1051 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()
1054 return getThrowLoc(); in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h489 SourceLocation getThrowLoc() const { in getThrowLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1236 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()
1450 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp348 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
H A DTreeTransform.h7302 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
10188 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
H A DSemaInit.cpp5843 return Entity.getThrowLoc(); in getInitializationLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp6032 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()
6744 auto Imp = importSeq(E->getSubExpr(), E->getType(), E->getThrowLoc()); in VisitCXXThrowExpr()