Searched defs:ModName (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/libclang/
H A DLibclangTest.cpp432 std::string ModName = "module.modulemap"; local
435 WriteFile(ModName, ModFile);
/external/clang/lib/Frontend/
H A DASTUnit.cpp825 std::string ModName = Mod->getFullModuleName(); local
826 Hash = llvm::HashString(ModName, Hash);
1147 std::string ModName = getPreambleFile(this); local

Completed in 127 milliseconds