HomeSort by relevance Sort by last modified time
    Searched refs:getLookupParent (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 457 CommonAncestor = CommonAncestor->getLookupParent()) {
    [all...]
SemaDecl.cpp 461 for (;; DC = DC->getLookupParent()) {
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 808 DeclContext *DeclContext::getLookupParent() {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 782 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit()))
    [all...]

Completed in 251 milliseconds