Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h85 C_System_ModuleMap enumerator
95 return CK == C_User_ModuleMap || CK == C_System_ModuleMap; in isModuleMap()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp963 ? Input.isSystem() ? SrcMgr::C_System_ModuleMap in InitializeSourceManager()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1788 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp3065 IsSystem ? SrcMgr::C_System_ModuleMap : SrcMgr::C_User_ModuleMap; in parseModuleMapFile()