Home
last modified time | relevance | path

Searched defs:getCtx (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.h53 ASTContext &getCtx() const override { return Parent.getCtx(); } in getCtx() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp989 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anond52d8a670411::EvalInfo