Searched refs:DeclCtx (Results 1 – 5 of 5) sorted by relevance
239 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable241 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()242 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()244 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()247 return DeclCtx.get<DeclContext*>(); in getSemanticDC()329 : NextInContextAndBits(), DeclCtx(DC), in Decl()
223 DeclContext* DeclCtx; member
242 DeclCtx = DC; in setDeclContext()260 DeclCtx = SemaDC; in setDeclContextsImpl()265 DeclCtx = MDC; in setDeclContextsImpl()
3229 const AnalysisDeclContext *DeclCtx = in emitReport() local3235 if (DeclCtx->isBodyAutosynthesized() && in emitReport()3236 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
3982 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()