Home
last modified time | relevance | path

Searched refs:C_User_ModuleMap (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h82 C_User_ModuleMap, enumerator
88 return CK != C_User && CK != C_User_ModuleMap; in isSystem()
93 return CK == C_User_ModuleMap || CK == C_System_ModuleMap; in isModuleMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp279 false, SrcMgr::C_User_ModuleMap); in ReadOriginalFileName()
H A DCompilerInstance.cpp889 : SrcMgr::C_User_ModuleMap in InitializeSourceManager()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1781 if (File.getFileCharacteristic() == C_User_ModuleMap || in computeMacroArgsCache()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp3010 IsSystem ? SrcMgr::C_System_ModuleMap : SrcMgr::C_User_ModuleMap; in parseModuleMapFile()