Searched defs:getEnclosingParent (Results 1 - 1 of 1) sorted by relevance

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

Completed in 111 milliseconds