Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtObjC.h374 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
HDExprCXX.h1229 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function
1240 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc()
1243 return getThrowLoc(); in getEndLoc()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDInitialization.h529 SourceLocation getThrowLoc() const { in getThrowLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1612 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt()
1862 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp394 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
HDTreeTransform.h8696 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt()
13286 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
HDSemaInit.cpp6848 return Entity.getThrowLoc(); in getInitializationLoc()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp7225 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt()
8071 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()