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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h241 DeclContext *getEntity() const { return Entity; } function in class:clang::Scope
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp103 while (S->getEntity() && S->getEntity()->isTransparentContext())
H A DSemaLookup.cpp105 DeclContext *InnermostFileDC = InnermostFileScope->getEntity();
112 DeclContext *Ctx = S->getEntity();
792 if (DeclContext *Ctx = S->getEntity())
805 DeclContext *DC = S->getEntity();
809 if (OuterS->getEntity()) {
810 Lexical = OuterS->getEntity();
896 if (DeclContext *DC = PreS->getEntity())
935 DeclContext *Ctx = S->getEntity();
1120 DeclContext *Ctx = S->getEntity();
1336 (S->getEntity()
[all...]
H A DSemaDecl.cpp938 assert(!S->getEntity() && "scope already has entity");
942 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
943 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
951 assert(S->getEntity() == CurContext && "Context imbalance!");
956 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
957 CurContext = Ancestor->getEntity();
1027 while (S->getEntity() && S->getEntity()->isTransparentContext())
1097 if (DeclContext *ScopeDC = S->getEntity())
1474 (S->getEntity()
[all...]
H A DSema.cpp1006 if (DeclContext *Entity = S->getEntity())
H A DSemaOpenMP.cpp248 CurScope->getFnParent()->getEntity()->Encloses(D->getDeclContext());
H A DSemaCodeComplete.cpp3616 if (DeclContext *Ctx = DepScope->getEntity()) {
4154 DeclContext *Ctx = S->getEntity();
4362 DeclContext *DC = S->getEntity();
6896 if (DeclContext *DC = S->getEntity())
H A DSemaExprCXX.cpp310 const DeclContext *Ctx = S->getEntity();
H A DSemaTemplate.cpp5456 DeclContext *Ctx = S->getEntity();
H A DSemaDeclCXX.cpp6956 DeclContext *Ctx = S->getEntity();
/freebsd-10.1-release/contrib/llvm/include/llvm/
H A DDebugInfo.h723 DIDescriptor getEntity() const { return getFieldAs<DIDescriptor>(2); } function in class:llvm::DIImportedEntity
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp992 DIDescriptor Entity = Import.getEntity();
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp894 DIDescriptor Entity = Module.getEntity();

Completed in 245 milliseconds