Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDScope.cpp127 if (getEntity()) in mergeNRVOIntoParent()
193 if (const DeclContext *DC = getEntity()) in dumpImpl()
HDIdentifierResolver.cpp105 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
HDSemaLookup.cpp108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
115 DeclContext *Ctx = S->getEntity(); in visitScopeChain()
1147 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()
1160 DeclContext *DC = S->getEntity(); in findOuterContext()
1164 if (OuterS->getEntity()) { in findOuterContext()
1165 Lexical = OuterS->getEntity(); in findOuterContext()
1252 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()
1291 DeclContext *Ctx = S->getEntity(); in CppLookupName()
1479 DeclContext *Ctx = S->getEntity(); in CppLookupName()
1954 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
[all …]
HDSemaCXXScopeSpec.cpp284 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) in ActOnSuperScopeSpecifier()
289 RD = cast<CXXRecordDecl>(S->getEntity()); in ActOnSuperScopeSpecifier()
HDSemaDecl.cpp1349 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1353 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1354 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1362 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1367 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1368 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1434 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1498 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2001 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8656 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
[all …]
HDSemaCodeComplete.cpp4710 if (DeclContext *Ctx = DepScope->getEntity()) { in AddRecordMembersCompletionResults()
5382 if (S->getEntity()) { in CodeCompleteQualifiedId()
5383 CodeCompletionDeclConsumer Consumer(DummyResults, S->getEntity(), in CodeCompleteQualifiedId()
5492 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()
5739 DeclContext *DC = S->getEntity(); in isNamespaceScope()
8206 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
HDSema.cpp1662 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
HDSemaExprCXX.cpp370 const DeclContext *Ctx = S->getEntity(); in getDestructorName()
HDSemaTemplate.cpp7709 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
HDSemaDeclCXX.cpp11120 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h87 const DINode *getEntity() const { return Entity; } in getEntity() function
170 return cast<DILocalVariable>(getEntity()); in getVariable()
245 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
HDDwarfCompileUnit.cpp1023 auto *Entity = Module->getEntity(); in constructImportedEntityDIE()
1061 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity()); in finishEntityDefinition()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h327 DeclContext *getEntity() const { return Entity; } in getEntity() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp94 auto *Entity = Import->getEntity(); in processCompileUnit()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h3028 return getTemporary(getContext(), getTag(), getScope(), getEntity(),
3046 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1918 Record.push_back(VE.getMetadataOrNullID(N->getEntity())); in writeDIImportedEntity()