Home
last modified time | relevance | path

Searched refs:getCtx (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp76 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()
H A DInterpState.h53 ASTContext &getCtx() const override { return Parent.getCtx(); } in getCtx() function
H A DInterpFrame.cpp147 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()
H A DState.h69 virtual ASTContext &getCtx() const = 0;
H A DInterp.h744 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp989 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anon6b6c21b10411::EvalInfo
2228 if (Info.getCtx().getLangOpts().CUDA && in CheckLValueConstantExpression()
2229 Info.getCtx().getLangOpts().CUDAIsDevice && in CheckLValueConstantExpression()
2230 Info.getCtx().CUDAConstantEvalCtx.NoWrongSidedVars) { in CheckLValueConstantExpression()