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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LexicallyOrderedRecursiveASTVisitor.h 100 Decl *Sibling = *I;
101 if (!SM.isBeforeInTranslationUnit(Sibling->getBeginLoc(),
104 if (!BaseType::canIgnoreChildDeclWhileTraversingDeclContext(Sibling))
105 LexicallyNestedDeclarations.push_back(Sibling);

Completed in 67 milliseconds