Searched refs:createEnd (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 197 PathDiagnosticLocation::createEnd(MD->getBody(), in checkASTDecl()
|
D | IvarInvalidationChecker.cpp | 562 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 557 return PathDiagnosticLocation::createEnd(Dtor.getTriggerStmt(), in getLocationForCaller() 568 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 594 PathDiagnosticLocation::createEnd(const Stmt *S, in createEnd() function in PathDiagnosticLocation 668 return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext()); in create() 758 return PathDiagnosticLocation::createEnd(S, SM, LC); in createEndOfPath()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 213 static PathDiagnosticLocation createEnd(const Stmt *S,
|