Searched refs:getCtx (Results 1 – 6 of 6) sorted by relevance
76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
53 ASTContext &getCtx() const override { return Parent.getCtx(); } in getCtx() function
116 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()131 TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getCtx(), Ty)); in describe()
69 virtual ASTContext &getCtx() const = 0;
445 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitThisBitField()478 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitBitField()660 Ptr.deref<T>() = Value.truncate(FD->getBitWidthValue(S.getCtx())); in StoreBitField()674 Ptr.deref<T>() = Value.truncate(FD->getBitWidthValue(S.getCtx())); in StoreBitFieldPop()
1123 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anondef1c1650311::EvalInfo