Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DTestAsmPrinter.h78 MCContext &getCtx() const { return *MC; } in getCtx() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpState.h53 ASTContext &getCtx() const override { return Parent.getCtx(); } in getCtx() function
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp138 static Context getCtx(FunctionType FT) { in getCtx() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp986 ASTContext &getCtx() const override { return Ctx; } in getCtx() function in __anon7a1fdcea0311::EvalInfo