Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext()) in isDeclInScope()
DSemaLookup.cpp105 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
112 DeclContext *Ctx = S->getEntity(); in visitScopeChain()
792 if (DeclContext *Ctx = S->getEntity()) in isNamespaceOrTranslationUnitScope()
805 DeclContext *DC = S->getEntity(); in findOuterContext()
809 if (OuterS->getEntity()) { in findOuterContext()
810 Lexical = OuterS->getEntity(); in findOuterContext()
896 if (DeclContext *DC = PreS->getEntity()) in CppLookupName()
935 DeclContext *Ctx = S->getEntity(); in CppLookupName()
1120 DeclContext *Ctx = S->getEntity(); in CppLookupName()
1336 (S->getEntity() && S->getEntity()->isTransparentContext())) in LookupName()
[all …]
DSemaDecl.cpp938 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
942 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
943 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
951 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
956 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
957 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1027 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1097 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
1474 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
10617 (S->getEntity() && S->getEntity()->isTransparentContext())) in ActOnTag()
DSemaOpenMP.cpp248 CurScope->getFnParent()->getEntity()->Encloses(D->getDeclContext()); in isOpenMPLocal()
DSema.cpp1006 if (DeclContext *Entity = S->getEntity()) in getScopeForContext()
DSemaCodeComplete.cpp3616 if (DeclContext *Ctx = DepScope->getEntity()) { in CodeCompleteMemberReferenceExpr()
4154 DeclContext *Ctx = S->getEntity(); in CodeCompleteNamespaceDecl()
4362 DeclContext *DC = S->getEntity(); in isNamespaceScope()
6896 if (DeclContext *DC = S->getEntity()) in CodeCompleteObjCMethodDecl()
DSemaExprCXX.cpp310 const DeclContext *Ctx = S->getEntity(); in getDestructorName()
DSemaTemplate.cpp5456 DeclContext *Ctx = S->getEntity(); in CheckTemplateDeclScope()
DSemaDeclCXX.cpp6956 DeclContext *Ctx = S->getEntity(); in PushUsingDirective()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DScope.h241 DeclContext *getEntity() const { return Entity; } in getEntity() function
/freebsd-9-stable/contrib/llvm/include/llvm/
DDebugInfo.h723 DIDescriptor getEntity() const { return getFieldAs<DIDescriptor>(2); } in getEntity() function
/freebsd-9-stable/contrib/llvm/lib/IR/
DDebugInfo.cpp992 DIDescriptor Entity = Import.getEntity(); in processModule()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp894 DIDescriptor Entity = Module.getEntity(); in constructImportedEntityDIE()