Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h180 bool IsInModuleFile(parser::CharBlock) const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp359 bool SemanticsContext::IsInModuleFile(parser::CharBlock source) const { in IsInModuleFile() function in Fortran::semantics::SemanticsContext
H A Dexpression.cpp482 !analyzer.context().IsInModuleFile(digits)) { in Test()