HomeSort by: relevance | last modified time | path
    Searched defs:getEnclosingParent (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 616 static const Stmt *getEnclosingParent(const Stmt *S, const ParentMap &PM) {
646 while (const Stmt *Parent = getEnclosingParent(S, LC->getParentMap())) {

Completed in 19 milliseconds