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

  /external/clang/lib/AST/
DeclBase.cpp 763 bool DeclContext::isTransparentContext() const {
    [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 119 ((DeclContext *)S->getEntity())->isTransparentContext())
SemaLookup.cpp 921 if (Ctx->isTransparentContext())
    [all...]
SemaExprMember.cpp 529 while (DC->isTransparentContext())
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 452 if (CommonAncestor->isTransparentContext() ||
    [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 265 milliseconds