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
147 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()161 TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getCtx(), Ty)); in describe()
69 virtual ASTContext &getCtx() const = 0;
744 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitThisBitField()780 Field.deref<T>() = Value.truncate(F->Decl->getBitWidthValue(S.getCtx())); in InitBitField()970 Ptr.deref<T>() = Value.truncate(FD->getBitWidthValue(S.getCtx())); in StoreBitField()986 Ptr.deref<T>() = Value.truncate(FD->getBitWidthValue(S.getCtx())); in StoreBitFieldPop()
989 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anon6b6c21b10411::EvalInfo2228 if (Info.getCtx().getLangOpts().CUDA && in CheckLValueConstantExpression()2229 Info.getCtx().getLangOpts().CUDAIsDevice && in CheckLValueConstantExpression()2230 Info.getCtx().CUDAConstantEvalCtx.NoWrongSidedVars) { in CheckLValueConstantExpression()