Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DModule.h108 unsigned IsFromModuleFile : 1; variable
250 IsAvailable(true), IsFromModuleFile(false), IsFramework(IsFramework), in Module()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DModule.cpp30 Umbrella(), ASTFile(0), IsAvailable(true), IsFromModuleFile(false), in Module()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInstance.cpp1347 if (!Module->IsFromModuleFile) { in loadModule()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp3708 CurrentModule->IsFromModuleFile = true; in ReadSubmoduleBlock()