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

/external/clang/unittests/libclang/
H A DLibclangTest.cpp444 std::string ModName = "module.modulemap"; local
447 WriteFile(ModName, ModFile);
/external/clang/lib/Frontend/
H A DASTUnit.cpp812 std::string ModName = Mod->getFullModuleName(); local
813 Hash = llvm::HashString(ModName, Hash);
1142 std::string ModName = getPreambleFile(this); local

Completed in 165 milliseconds