Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h83 C_System_ModuleMap enumerator
93 return CK == C_User_ModuleMap || CK == C_System_ModuleMap; in isModuleMap()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1728 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp837 ? Input.isSystem() ? SrcMgr::C_System_ModuleMap in InitializeSourceManager()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp3000 IsSystem ? SrcMgr::C_System_ModuleMap : SrcMgr::C_User_ModuleMap; in parseModuleMapFile()