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()1209 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()1255 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()1325 dyn_cast_or_null<CXXRecordDecl>(S->getEntity())) in CppLookupName()1925 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()3992 if (!S->getEntity() || in lookupInScope()3993 (!S->getParent() && !Visited.alreadyVisitedContext(S->getEntity())) || in lookupInScope()3994 (S->getEntity())->isFunctionOrMethod()) { in lookupInScope()
298 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()303 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
1347 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()1351 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()1366 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()1371 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()1372 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()1481 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()1543 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()2080 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()8998 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()14866 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()[all …]
4803 if (DeclContext *Ctx = DepScope->getEntity()) { in AddRecordMembersCompletionResults()5157 return Inner ? Inner->getEntity() : nullptr; in getTemplatedEntity()6037 if (S->getEntity()) { in CodeCompleteQualifiedId()6038 CodeCompletionDeclConsumer Consumer(DummyResults, S->getEntity(), in CodeCompleteQualifiedId()6161 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()6408 DeclContext *DC = S->getEntity(); in isNamespaceScope()8935 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
1959 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
419 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
7933 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
11532 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
85 const DINode *getEntity() const { return Entity; } in getEntity() function168 return cast<DILocalVariable>(getEntity()); in getVariable()243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
1258 auto *Entity = Module->getEntity(); in constructImportedEntityDIE()1296 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
343 DeclContext *getEntity() const { in getEntity() function
180 auto *Entity = Import->getEntity(); in processCompileUnit()
3310 return getTemporary(getContext(), getTag(), getScope(), getEntity(),3328 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
2055 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()