Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp923 Symbol *notAModule{nullptr}; in Read() local
938 notAModule = scope->symbol(); in Read()
956 if (!isIntrinsic.value_or(false) && !notAModule) { in Read()
976 if (notAModule) { in Read()
980 *notAModule, name, "'%s' is not a module"_err_en_US, name); in Read()