Lines Matching refs:getEntity
106 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
113 DeclContext *Ctx = S->getEntity(); in visitScopeChain()
954 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()
967 DeclContext *DC = S->getEntity(); in findOuterContext()
971 if (OuterS->getEntity()) { in findOuterContext()
972 Lexical = OuterS->getEntity(); in findOuterContext()
1059 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()
1098 DeclContext *Ctx = S->getEntity(); in CppLookupName()
1286 DeclContext *Ctx = S->getEntity(); in CppLookupName()
1746 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
3682 if (!S->getEntity() || in LookupVisibleDecls()
3684 !Visited.alreadyVisitedContext(S->getEntity())) || in LookupVisibleDecls()
3685 (S->getEntity())->isFunctionOrMethod()) { in LookupVisibleDecls()
3701 if (S->getEntity()) { in LookupVisibleDecls()
3705 Entity = S->getEntity(); in LookupVisibleDecls()