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()
644 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
738 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
807 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
816 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
834 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
842 End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic()
[all …]