Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp116 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()
H A DState.h69 virtual ASTContext &getCtx() const = 0;
H A DInterp.h445 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1123 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anondef1c1650311::EvalInfo