Home
last modified time | relevance | path

Searched refs:getThrowLoc (Results 1 – 8 of 8) 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.h1229 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function
1240 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()
1243 return getThrowLoc(); in getEndLoc()
/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.cpp1612 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()
1862 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp394 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
H A DTreeTransform.h8696 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
13286 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
H A DSemaInit.cpp6848 return Entity.getThrowLoc(); in getInitializationLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7225 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()
8071 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()