Searched refs:getEntity (Results 1 – 19 of 19) sorted by relevance
148 if (S->getEntity()) in updateNRVOCandidate()184 if (!getEntity()) in applyNRVO()245 if (const DeclContext *DC = getEntity()) in dumpImpl()
105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()116 DeclContext *Ctx = S->getEntity(); in visitScopeChain()1219 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()1265 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()1335 dyn_cast_or_null<CXXRecordDecl>(S->getEntity())) in CppLookupName()2181 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()4293 if (!S->getEntity() || in lookupInScope()4294 (!S->getParent() && !Visited.alreadyVisitedContext(S->getEntity())) || in lookupInScope()4295 (S->getEntity())->isFunctionOrMethod()) { in lookupInScope()
298 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()303 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
1368 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()1372 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()1387 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()1392 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()1393 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()1513 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()1575 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()2277 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()9392 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()15440 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()[all …]
5074 if (DeclContext *Ctx = DepScope->getEntity()) { in AddRecordMembersCompletionResults()5428 return Inner ? Inner->getEntity() : nullptr; in getTemplatedEntity()6524 if (S->getEntity()) { in CodeCompleteQualifiedId()6525 CodeCompletionDeclConsumer Consumer(DummyResults, S->getEntity(), in CodeCompleteQualifiedId()6648 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()6895 DeclContext *DC = S->getEntity(); in isNamespaceScope()9422 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
2065 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
422 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
7997 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
11732 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
85 const DINode *getEntity() const { return Entity; } in getEntity() function167 return cast<DILocalVariable>(getEntity()); in getVariable()242 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
1270 auto *Entity = Module->getEntity(); in constructImportedEntityDIE()1318 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
357 DeclContext *getEntity() const { in getEntity() function
218 for (const auto *Context = S->getEntity(); Context; in CorrectTypo()
179 auto *Entity = Import->getEntity(); in processCompileUnit()
3319 return getTemporary(getContext(), getTag(), getScope(), getEntity(),3339 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
1702 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()
3113 EXPECT_EQ(Entity, N->getEntity()); in TEST_F()
2092 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()