HomeSort by: relevance | last modified time | path
    Searched refs:MultipleDC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 250 struct MultipleDC {
255 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
258 /// For declarations with C++ scope specifiers, it contains a MultipleDC*
268 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
271 bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
273 MultipleDC *getMultipleDC() const {
274 return DeclCtx.get<MultipleDC*>();
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 360 auto *MDC = new (Ctx) Decl::MultipleDC();

Completed in 30 milliseconds