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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp263 const Stmt *Start = CF->getStartLocation().asStmt();
264 const Stmt *End = CF->getEndLocation().asStmt();
382 if (Loc.asStmt())
737 if (const Stmt *S = End.asStmt())
806 if (const Stmt *S = End.asStmt())
815 if (const Stmt *S = End.asStmt())
833 if (const Stmt *S = End.asStmt())
841 if (const Stmt *S = End.asStmt())
854 if (const Stmt *S = End.asStmt())
929 if (const Stmt *S = L.asStmt()) {
[all...]
H A DPathDiagnostic.cpp815 const Stmt *S = asStmt();
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h279 const Stmt *asStmt() const { assert(isValid()); return S; } function in class:clang::ento::PathDiagnosticLocation

Completed in 230 milliseconds