Searched refs:getEntity (Results 1 – 13 of 13) sorted by relevance
103 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
105 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()112 DeclContext *Ctx = S->getEntity(); in visitScopeChain()792 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()805 DeclContext *DC = S->getEntity(); in findOuterContext()809 if (OuterS->getEntity()) { in findOuterContext()810 Lexical = OuterS->getEntity(); in findOuterContext()896 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()935 DeclContext *Ctx = S->getEntity(); in CppLookupName()1120 DeclContext *Ctx = S->getEntity(); in CppLookupName()1336 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()[all …]
938 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()942 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()943 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()951 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()956 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()957 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()1027 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()1097 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()1474 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()10617 (S->getEntity() && S->getEntity()->isTransparentContext())) in ActOnTag()
248 CurScope->getFnParent()->getEntity()->Encloses(D->getDeclContext()); in isOpenMPLocal()
1006 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
3616 if (DeclContext *Ctx = DepScope->getEntity()) { in CodeCompleteMemberReferenceExpr()4154 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()4362 DeclContext *DC = S->getEntity(); in isNamespaceScope()6896 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
310 const DeclContext *Ctx = S->getEntity(); in getDestructorName()
5456 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
6956 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
241 DeclContext *getEntity() const { return Entity; } in getEntity() function
723 DIDescriptor getEntity() const { return getFieldAs<DIDescriptor>(2); } in getEntity() function
992 DIDescriptor Entity = Import.getEntity(); in processModule()
894 DIDescriptor Entity = Module.getEntity(); in constructImportedEntityDIE()