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 | 564 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 559 return PathDiagnosticLocation::createEnd(Dtor.getTriggerStmt(), in getLocationForCaller() 570 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 598 PathDiagnosticLocation::createEnd(const Stmt *S, in createEnd() function in PathDiagnosticLocation 673 return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext()); in create() 763 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,
|