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

/external/clang/include/clang/AST/
H A DDeclBase.h212 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
225 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; member in class:clang::Decl
227 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
228 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
230 return DeclCtx.get<MultipleDC*>();
233 return DeclCtx.get<DeclContext*>();
315 : NextInContextAndBits(), DeclCtx(DC),
/external/clang/lib/Sema/
H A DSemaLookup.cpp3393 DeclContext* DeclCtx; member in struct:__anon18068::TypoCorrectionConsumer::NamespaceSpecifierSet::SpecifierInfo
3671 DeclContext *Ctx = NSI.DeclCtx;

Completed in 83 milliseconds