Searched refs:DeclCtx (Results 1 – 5 of 5) sorted by relevance
226 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable228 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()229 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()231 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()234 return DeclCtx.get<DeclContext*>(); in getSemanticDC()316 : NextInContextAndBits(), DeclCtx(DC), in Decl()
211 DeclContext* DeclCtx; member
217 DeclCtx = DC; in setDeclContext()234 DeclCtx = SemaDC; in setDeclContextsImpl()239 DeclCtx = MDC; in setDeclContextsImpl()
3235 const AnalysisDeclContext *DeclCtx = in emitReport() local3241 if (DeclCtx->isBodyAutosynthesized() && in emitReport()3242 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
3610 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()