Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp128 if (getEntity()) in mergeNRVOIntoParent()
192 if (const DeclContext *DC = getEntity()) in dumpImpl()
H A DIdentifierResolver.cpp106 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
H A DSemaLookup.cpp113 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 …]
H A DSemaCXXScopeSpec.cpp285 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()
290 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
H A DSemaDecl.cpp1261 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 …]
H A DSema.cpp1371 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
H A DSemaCodeComplete.cpp4200 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()
H A DSemaExprCXX.cpp370 const DeclContext *Ctx = S->getEntity(); in getDestructorName()
H A DSemaTemplate.cpp7155 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp9444 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h86 const DINode *getEntity() const { return Entity; } in getEntity() function
164 return cast<DILocalVariable>(getEntity()); in getVariable()
243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
H A DDwarfCompileUnit.cpp852 auto *Entity = resolve(Module->getEntity()); in constructImportedEntityDIE()
890 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h325 DeclContext *getEntity() const { return Entity; } in getEntity() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp95 auto *Entity = Import->getEntity().resolve(); in processCompileUnit()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2932 return getTemporary(getContext(), getTag(), getScope(), getEntity(),
2950 DINodeRef getEntity() const { return DINodeRef(getRawEntity()); }
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1868 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()