Searched refs:DeclCtx (Results 1 – 5 of 5) sorted by relevance
232 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable234 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()235 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()237 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()240 return DeclCtx.get<DeclContext*>(); in getSemanticDC()322 : NextInContextAndBits(), DeclCtx(DC), in Decl()
223 DeclContext* DeclCtx; member
227 DeclCtx = DC; in setDeclContext()245 DeclCtx = SemaDC; in setDeclContextsImpl()250 DeclCtx = MDC; in setDeclContextsImpl()
3227 const AnalysisDeclContext *DeclCtx = in emitReport() local3233 if (DeclCtx->isBodyAutosynthesized() && in emitReport()3234 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
3801 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()