Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h86 C_System_ModuleMap enumerator
96 return CK == C_User_ModuleMap || CK == C_System_ModuleMap; in isModuleMap()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1722 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp975 ? Input.isSystem() ? SrcMgr::C_System_ModuleMap in InitializeSourceManager()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp3125 IsSystem ? SrcMgr::C_System_ModuleMap : SrcMgr::C_User_ModuleMap; in parseModuleMapFile()