Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp76 auto &invoc = ci.getInvocation(); in beginSourceFile() local
H A DCompilerInstance.cpp144 auto &invoc = this->getInvocation(); in executeAction() local
H A DFrontendActions.cpp251 auto &invoc = this->getInstance().getInvocation(); in executeAction() local
264 auto &invoc = this->getInstance().getInvocation(); in executeAction() local
/llvm-project-15.0.7/flang/unittests/Frontend/
H A DFrontendActionTest.cpp41 std::shared_ptr<CompilerInvocation> invoc; member in __anon29bca0760111::FrontendActionTest