Searched refs:DeclCtx (Results 1 – 5 of 5) sorted by relevance
227 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable229 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()230 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()232 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()235 return DeclCtx.get<DeclContext*>(); in getSemanticDC()317 : NextInContextAndBits(), DeclCtx(DC), in Decl()
211 DeclContext* DeclCtx; member
217 DeclCtx = DC; in setDeclContext()234 DeclCtx = SemaDC; in setDeclContextsImpl()239 DeclCtx = MDC; in setDeclContextsImpl()
3232 const AnalysisDeclContext *DeclCtx = in emitReport() local3238 if (DeclCtx->isBodyAutosynthesized() && in emitReport()3239 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
3656 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()