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

  /external/clang/include/clang/AST/
DeclBase.h 226 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
239 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
241 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
242 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
244 return DeclCtx.get<MultipleDC*>();
247 return DeclCtx.get<DeclContext*>();
329 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 223 DeclContext* DeclCtx;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 83 milliseconds