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 197 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
210 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
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*>();
279 : NextDeclInContext(0), DeclCtx(DC),
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 16 milliseconds