Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h252 unsigned HasIncompatibleModuleFile : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp41 HasIncompatibleModuleFile(false), IsAvailable(true), in Module()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1568 M->HasIncompatibleModuleFile = true; in loadModuleFile()
1690 if (M && M->HasIncompatibleModuleFile) { in findOrCompileModuleAndReadAST()