Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp127 if (getEntity()) in mergeNRVOIntoParent()
193 if (const DeclContext *DC = getEntity()) in dumpImpl()
H A DIdentifierResolver.cpp105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
H A DSemaLookup.cpp108 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()
H A DSemaCXXScopeSpec.cpp298 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()
303 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
H A DSemaDecl.cpp1347 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 …]
H A DSemaCodeComplete.cpp4803 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()
H A DSema.cpp1959 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
H A DSemaExprCXX.cpp419 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity()); in getDestructorName()
H A DSemaTemplate.cpp7933 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp11532 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h85 const DINode *getEntity() const { return Entity; } in getEntity() function
168 return cast<DILocalVariable>(getEntity()); in getVariable()
243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
H A DDwarfCompileUnit.cpp1258 auto *Entity = Module->getEntity(); in constructImportedEntityDIE()
1296 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h343 DeclContext *getEntity() const { in getEntity() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp180 auto *Entity = Import->getEntity(); in processCompileUnit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3310 return getTemporary(getContext(), getTag(), getScope(), getEntity(),
3328 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2055 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()