Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h106 bool hasAllSources() const { return allSources != nullptr; } in hasAllSources() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp71 if (!ci.hasAllSources()) { in beginSourceFile()