Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h252 unsigned HasIncompatibleModuleFile : 1; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp41 HasIncompatibleModuleFile(false), IsAvailable(true), in Module()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1585 M->HasIncompatibleModuleFile = true; in loadModuleFile()
1707 if (M && M->HasIncompatibleModuleFile) { in findOrCompileModuleAndReadAST()