Searched refs:getThrowLoc (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | AvoidThrowingObjCExceptionCheck.cpp | 38 : MatchedStmt->getThrowLoc(); in check()
|
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
|
D | ExprCXX.h | 936 SourceLocation getThrowLoc() const { return ThrowLoc; } in getThrowLoc() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtObjC.h | 348 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc() function
|
D | ExprCXX.h | 1194 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc() function 1205 SourceLocation getBeginLoc() const { return getThrowLoc(); } in getBeginLoc() 1208 return getThrowLoc(); in getEndLoc()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 400 SourceLocation getThrowLoc() const { in getThrowLoc() function
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Initialization.h | 509 SourceLocation getThrowLoc() const { in getThrowLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1134 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt() 1350 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1493 Record.AddSourceLocation(S->getThrowLoc()); in VisitObjCAtThrowStmt() 1729 Record.AddSourceLocation(E->getThrowLoc()); in VisitCXXThrowExpr()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.cpp | 932 found(Throw, T->getThrowLoc()); in VisitCXXThrowExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 365 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
|
D | TreeTransform.h | 7913 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt() 11417 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
|
D | SemaInit.cpp | 6112 return Entity.getThrowLoc(); in getInitializationLoc()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 6421 ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc()); in VisitObjCAtThrowStmt() 7133 auto ToThrowLoc = importChecked(Err, E->getThrowLoc()); in VisitCXXThrowExpr()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6772 return getDerived().RebuildObjCAtThrowStmt(S->getThrowLoc(), Operand.get()); in TransformObjCAtThrowStmt() 9370 return getDerived().RebuildCXXThrowExpr(E->getThrowLoc(), SubExpr.get(), in TransformCXXThrowExpr()
|
D | SemaInit.cpp | 5395 return Entity.getThrowLoc(); in getInitializationLoc()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5313 SourceLocation ToAtThrowLoc = Importer.Import(S->getThrowLoc()); in VisitObjCAtThrowStmt()
|