Home
last modified time | relevance | path

Searched refs:getEntity (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp156 if (S->getEntity()) in updateNRVOCandidate()
192 if (!getEntity()) in applyNRVO()
260 if (const DeclContext *DC = getEntity()) in dumpImpl()
H A DSemaLookup.cpp112 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
119 DeclContext *Ctx = S->getEntity(); in visitScopeChain()
1250 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()
1296 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()
1377 if (auto *Record = dyn_cast_if_present<CXXRecordDecl>(S->getEntity())) in CppLookupName()
2226 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
4352 if (!S->getEntity() || in lookupInScope()
4353 (!S->getParent() && !Visited.alreadyVisitedContext(S->getEntity())) || in lookupInScope()
4354 (S->getEntity())->isFunctionOrMethod()) { in lookupInScope()
H A DSemaCXXScopeSpec.cpp292 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()
297 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
H A DSemaDecl.cpp1372 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1376 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1377 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1391 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1396 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1397 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1516 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1582 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2280 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9845 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
[all …]
H A DSemaLambda.cpp1116 while (P->getEntity() && P->getEntity()->isRequiresExprBody()) in ActOnLambdaExpressionAfterIntroducer()
H A DSemaCodeComplete.cpp5369 if (DeclContext *Ctx = DepScope->getEntity()) { in AddRecordMembersCompletionResults()
5710 return Inner ? Inner->getEntity() : nullptr; in getTemplatedEntity()
6865 if (S->getEntity()) { in CodeCompleteQualifiedId()
6866 CodeCompletionDeclConsumer Consumer(DummyResults, S->getEntity(), in CodeCompleteQualifiedId()
6994 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()
7247 DeclContext *DC = S->getEntity(); in isNamespaceScope()
9826 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
H A DSema.cpp2321 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
H A DSemaExprCXX.cpp409 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
H A DSemaTemplate.cpp8211 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp12513 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h85 const DINode *getEntity() const { return Entity; } in getEntity() function
247 return cast<DILocalVariable>(getEntity()); in getVariable()
299 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
H A DDwarfCompileUnit.cpp1385 auto *Entity = Module->getEntity(); in constructImportedEntityDIE()
1464 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h389 DeclContext *getEntity() const { in getEntity() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4299 return getTemporary(getContext(), getTag(), getScope(), getEntity(),
4319 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp298 auto *Entity = Import->getEntity(); in processImportedEntity()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1689 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2419 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8498 …EntityENS0_6EntityENS_15DeclarationNameEjb", "clang::idx::EntityGetter::getEntity(clang::idx::Enti…