Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp46 static inline const Stmt *GetStmt(const ProgramPoint &P) { in GetStmt() function
71 if (const Stmt *S = GetStmt(N->getLocation())) in GetPreviousStmt()
79 if (const Stmt *S = GetStmt(N->getLocation())) { in GetNextStmt()
103 if (const Stmt *S = GetStmt(N->getLocation())) in GetCurrentOrPreviousStmt()
111 if (const Stmt *S = GetStmt(N->getLocation())) in GetCurrentOrNextStmt()
1509 S = GetStmt(ProgP); in getStmt()