Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp351 PathDiagnosticLocation getEnclosingStmtLocation(const Stmt *S);
426 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P, in getEnclosingStmtLocation() function
493 PathDiagnosticBuilder::getEnclosingStmtLocation(const Stmt *S) { in getEnclosingStmtLocation() function in PathDiagnosticBuilder
495 return ::getEnclosingStmtLocation(S, getSourceManager(), getParentMap(), LC, in getEnclosingStmtLocation()
640 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
734 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
803 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
812 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
830 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
838 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
[all …]