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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h224 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
237 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; member in class:clang::Decl
239 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
240 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
242 return DeclCtx.get<MultipleDC*>();
245 return DeclCtx.get<DeclContext*>();
311 : NextInContextAndBits(), DeclCtx(DC),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3579 DeclContext* DeclCtx; member in class:__anon3439::SpecifierInfo
3584 : DeclCtx(Ctx), NameSpecifier(NNS), EditDistance(ED) {}
4382 DeclContext *Ctx = NI->DeclCtx;

Completed in 181 milliseconds