Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp210 FrontendAction *WrappedAct = IncrAct->getWrapped(); in getCodeGen() local
211 if (!WrappedAct->hasIRSupport()) in getCodeGen()
213 return static_cast<CodeGenAction *>(WrappedAct)->getCodeGenerator(); in getCodeGen()