Searched defs:getCtx (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | InterpState.h | 59 ASTContext &getCtx() const override { return Parent.getCtx(); } getCtx() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 1014 ASTContext &getCtx() const override { return Ctx; } getCtx() function in __anon147cbbcc0411::EvalInfo |