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

  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 750 DeclContext *DeclContext::getLookupParent() {
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 916 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp 457 CommonAncestor = CommonAncestor->getLookupParent()) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 865 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit()))
    [all...]

Completed in 56 milliseconds