Home
last modified time | relevance | path

Searched refs:createEndOfPath (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp87 PathDiagnosticLocation L = PathDiagnosticLocation::createEndOfPath( in getEndPath()
H A DMallocChecker.cpp530 PathDiagnosticLocation::createEndOfPath(EndPathNode, in getEndPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp627 PathDiagnosticLocation L = PathDiagnosticLocation::createEndOfPath(LeakN, SM); in getEndPath()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h279 static PathDiagnosticLocation createEndOfPath(const ExplodedNode* N,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp825 PathDiagnosticLocation::createEndOfPath(const ExplodedNode *N, in createEndOfPath() function in PathDiagnosticLocation
H A DBugReporterVisitors.cpp200 PathDiagnosticLocation::createEndOfPath(EndPathNode,BRC.getSourceManager()); in getDefaultEndPath()
H A DBugReporter.cpp2217 return PathDiagnosticLocation::createEndOfPath(ErrorNode, SM); in getLocation()