Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp403 static const Stmt *getEnclosingParent(const Stmt *S, const ParentMap &PM) { in getEnclosingParent() function
431 while (const Stmt *Parent = getEnclosingParent(S, P)) { in getEnclosingStmtLocation()