Searched refs:createEnd (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 489 return PathDiagnosticLocation::createEnd(Dtor.getTriggerStmt(), in getLocationForCaller() 496 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 523 PathDiagnosticLocation::createEnd(const Stmt *S, in createEnd() function in PathDiagnosticLocation 590 return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext()); in create() 621 return PathDiagnosticLocation::createEnd(S, SM, in createEndOfPath()
|
D | BugReporter.cpp | 1800 return PathDiagnosticLocation::createEnd(S, SM, LC); in getLocation()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 203 PathDiagnosticLocation::createEnd(MD->getBody(), in checkASTDecl()
|
D | IvarInvalidationChecker.cpp | 561 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 205 static PathDiagnosticLocation createEnd(const Stmt *S,
|