Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyFile.cpp137 bool IsModuleFile, in maybeAddDependency() argument
139 if (sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing)) in maybeAddDependency()
170 bool IsSystem, bool IsModuleFile, in sawDependency() argument
209 bool IsSystem, bool IsModuleFile, in sawDependency() argument
218 if (IsModuleFile && !IncludeModuleFiles) in sawDependency()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DUtils.h74 bool IsSystem, bool IsModuleFile, bool IsMissing);
85 bool IsSystem, bool IsModuleFile,
113 bool IsModuleFile, bool IsMissing) final;
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h258 bool IsModuleFile() const { in IsModuleFile() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp309 if (!isContained && !IsTopLevel() && !IsModuleFile()) { in FindScope()
H A Dsemantics.cpp362 if (scope->IsModuleFile()) { in IsInModuleFile()
H A Dtools.cpp57 start, [](const Scope &scope) { return scope.IsModuleFile(); }); in FindModuleFileContaining()