Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h275 unsigned HasIncompatibleModuleFile : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp41 HasIncompatibleModuleFile(false), IsAvailable(true), in Module()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp598 M->HasIncompatibleModuleFile = true; in markAllUnavailable()
1815 if (M && M->HasIncompatibleModuleFile) { in findOrCompileModuleAndReadAST()