HomeSort by relevance Sort by last modified time
    Searched defs:DeclCtx (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 212 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
225 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
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),
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 42 milliseconds