Searched refs:MultipleDC (Results 1 – 2 of 2) sorted by relevance
254 struct MultipleDC { struct272 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;275 bool isOutOfSemaDC() const { return isa<MultipleDC *>(DeclCtx); } in isOutOfSemaDC()277 MultipleDC *getMultipleDC() const { return cast<MultipleDC *>(DeclCtx); } in getMultipleDC()
397 auto *MDC = new (Ctx) Decl::MultipleDC(); in setDeclContextsImpl()