Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Frontend/
DFrontendAction.cpp36 if (!ci.HasAllSources()) { in BeginSourceFile()
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInstance.h78 bool HasAllSources() const { return allSources_ != nullptr; } in HasAllSources() function