Home
last modified time | relevance | path

Searched refs:IsFromModuleFile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h261 unsigned IsFromModuleFile : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp42 IsFromModuleFile(false), IsFramework(IsFramework), IsExplicit(IsExplicit), in Module()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1978 if (!Module->IsFromModuleFile && !MapPrivateSubModToTopLevel) { in loadModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5559 CurrentModule->IsFromModuleFile = true; in ReadSubmoduleBlock()