Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp137 bool IsModuleFile, in maybeAddDependency() argument
139 if (sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing)) in maybeAddDependency()
159 bool IsSystem, bool IsModuleFile, in sawDependency() argument
199 bool IsSystem, bool IsModuleFile, in sawDependency() argument
208 if (IsModuleFile && !IncludeModuleFiles) in sawDependency()
/external/llvm-project/clang/include/clang/Frontend/
DUtils.h89 bool IsSystem, bool IsModuleFile, bool IsMissing);
100 bool IsSystem, bool IsModuleFile,
128 bool IsModuleFile, bool IsMissing) final override;
/external/clang/include/clang/Frontend/
DUtils.h90 bool IsSystem, bool IsModuleFile, bool IsMissing);
101 bool IsModuleFile, bool IsMissing);
/external/clang/lib/Frontend/
DDependencyFile.cpp119 bool IsSystem, bool IsModuleFile, in maybeAddDependency() argument
122 sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing)) in maybeAddDependency()
134 bool IsSystem, bool IsModuleFile, in sawDependency() argument
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h241 bool IsModuleFile() const { in IsModuleFile() function
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp266 if (!isContained && !IsGlobal() && !IsModuleFile()) { in FindScope()