Searched refs:createEnd (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCMissingSuperCallChecker.cpp | 197 PathDiagnosticLocation::createEnd(MD->getBody(), in checkASTDecl()
|
| H A D | IvarInvalidationChecker.cpp | 560 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 540 return PathDiagnosticLocation::createEnd(Dtor.getTriggerStmt(), in getLocationForCaller() 551 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 563 return PathDiagnosticLocation::createEnd(Dtor.getBindTemporaryExpr(), SM, in getLocationForCaller() 592 PathDiagnosticLocation::createEnd(const Stmt *S, in createEnd() function in PathDiagnosticLocation 689 return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext()); in create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 275 static PathDiagnosticLocation createEnd(const Stmt *S,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2441 return PathDiagnosticLocation::createEnd(S, SM, LC); in getLocation()
|