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 214 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
227 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
229 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
230 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
232 return DeclCtx.get<MultipleDC*>();
235 return DeclCtx.get<DeclContext*>();
317 : NextInContextAndBits(), DeclCtx(DC),
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 211 DeclContext* DeclCtx;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 70 milliseconds