Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp194 FrontendAction *WrappedAct = Act->getWrapped(); in getCodeGen() local
195 if (!WrappedAct->hasIRSupport()) in getCodeGen()
197 return static_cast<CodeGenAction *>(WrappedAct)->getCodeGenerator(); in getCodeGen()