Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h83 C_System_ModuleMap enumerator
93 return CK == C_User_ModuleMap || CK == C_System_ModuleMap; in isModuleMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1782 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp888 ? Input.isSystem() ? SrcMgr::C_System_ModuleMap in InitializeSourceManager()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp3010 IsSystem ? SrcMgr::C_System_ModuleMap : SrcMgr::C_User_ModuleMap; in parseModuleMapFile()