Searched refs:getEntity (Results 1 – 16 of 16) sorted by relevance
128 if (getEntity()) in mergeNRVOIntoParent()192 if (const DeclContext *DC = getEntity()) in dumpImpl()
106 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
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()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()3701 if (S->getEntity()) { in LookupVisibleDecls()[all …]
285 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()290 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
1261 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()1265 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()1274 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()1279 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()1280 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()1346 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()1415 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()1906 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()8293 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()13436 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()[all …]
1371 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
4200 if (DeclContext *Ctx = DepScope->getEntity()) { in AddRecordMembersCompletionResults()5081 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()5327 DeclContext *DC = S->getEntity(); in isNamespaceScope()7793 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
370 const DeclContext *Ctx = S->getEntity(); in getDestructorName()
7155 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
9444 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
86 const DINode *getEntity() const { return Entity; } in getEntity() function164 return cast<DILocalVariable>(getEntity()); in getVariable()243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
852 auto *Entity = resolve(Module->getEntity()); in constructImportedEntityDIE()890 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
325 DeclContext *getEntity() const { return Entity; } in getEntity() function
95 auto *Entity = Import->getEntity().resolve(); in processCompileUnit()
2932 return getTemporary(getContext(), getTag(), getScope(), getEntity(),2950 DINodeRef getEntity() const { return DINodeRef(getRawEntity()); }
1868 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()