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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp315 PathDiagnosticLocation getEnclosingStmtLocation(const Stmt *S);
390 getEnclosingStmtLocation(const Stmt *S, SourceManager &SMgr, const ParentMap &P, function
457 PathDiagnosticBuilder::getEnclosingStmtLocation(const Stmt *S) { function in class:PathDiagnosticBuilder
458 assert(S && "Null Stmt passed to getEnclosingStmtLocation");
459 return ::getEnclosingStmtLocation(S, getSourceManager(), getParentMap(), LC,
608 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S);
702 End = PDB.getEnclosingStmtLocation(S);
771 End = PDB.getEnclosingStmtLocation(S);
780 End = PDB.getEnclosingStmtLocation(S);
798 End = PDB.getEnclosingStmtLocation(
[all...]

Completed in 67 milliseconds