Searched refs:DeclCtx (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h197 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
210 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; member in class:clang::Decl
212 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
213 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
215 return DeclCtx.get<MultipleDC*>();
218 return DeclCtx.get<DeclContext*>();
285 : NextDeclInContext(0), DeclCtx(DC),
/external/clang/lib/Sema/
H A DSemaLookup.cpp3177 DeclContext* DeclCtx; member in class:__anon2964::SpecifierInfo
3182 : DeclCtx(Ctx), NameSpecifier(NNS), EditDistance(ED) {}
3751 DeclContext *Ctx = NI->DeclCtx;

Completed in 346 milliseconds