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

  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 61 while (DC->isTransparentContext())
  /external/clang/lib/AST/
DeclBase.cpp 846 bool DeclContext::isTransparentContext() const {
    [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 103 while (S->getEntity() && S->getEntity()->isTransparentContext())
SemaLookup.cpp     [all...]
SemaExprMember.cpp 532 while (DC->isTransparentContext())
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 458 if (CommonAncestor->isTransparentContext() ||
    [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 363 milliseconds