Searched refs:getEntity (Results 1 – 16 of 16) sorted by relevance
127 if (getEntity()) in mergeNRVOIntoParent()193 if (const DeclContext *DC = getEntity()) in dumpImpl()
105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()115 DeclContext *Ctx = S->getEntity(); in visitScopeChain()1147 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()1160 DeclContext *DC = S->getEntity(); in findOuterContext()1164 if (OuterS->getEntity()) { in findOuterContext()1165 Lexical = OuterS->getEntity(); in findOuterContext()1252 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()1291 DeclContext *Ctx = S->getEntity(); in CppLookupName()1479 DeclContext *Ctx = S->getEntity(); in CppLookupName()1954 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()[all …]
284 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()289 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
1349 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()1353 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()1354 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()1362 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()1367 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()1368 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()1434 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()1498 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()2001 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()8656 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()[all …]
4710 if (DeclContext *Ctx = DepScope->getEntity()) { in AddRecordMembersCompletionResults()5382 if (S->getEntity()) { in CodeCompleteQualifiedId()5383 CodeCompletionDeclConsumer Consumer(DummyResults, S->getEntity(), in CodeCompleteQualifiedId()5492 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()5739 DeclContext *DC = S->getEntity(); in isNamespaceScope()8206 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
1662 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
370 const DeclContext *Ctx = S->getEntity(); in getDestructorName()
7709 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
11120 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
87 const DINode *getEntity() const { return Entity; } in getEntity() function170 return cast<DILocalVariable>(getEntity()); in getVariable()245 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
1023 auto *Entity = Module->getEntity(); in constructImportedEntityDIE()1061 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
327 DeclContext *getEntity() const { return Entity; } in getEntity() function
94 auto *Entity = Import->getEntity(); in processCompileUnit()
3028 return getTemporary(getContext(), getTag(), getScope(), getEntity(),3046 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
1918 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()