Home
last modified time | relevance | path

Searched refs:createEnd (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp197 PathDiagnosticLocation::createEnd(MD->getBody(), in checkASTDecl()
H A DIvarInvalidationChecker.cpp561 PathDiagnosticLocation::createEnd(MethodD->getBody(), in reportIvarNeedsInvalidation()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp542 return PathDiagnosticLocation::createEnd(Dtor.getTriggerStmt(), in getLocationForCaller()
553 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller()
565 return PathDiagnosticLocation::createEnd(Dtor.getBindTemporaryExpr(), SM, in getLocationForCaller()
594 PathDiagnosticLocation::createEnd(const Stmt *S, in createEnd() function in PathDiagnosticLocation
691 return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext()); in create()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h275 static PathDiagnosticLocation createEnd(const Stmt *S,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2441 return PathDiagnosticLocation::createEnd(S, SM, LC); in getLocation()