HomeSort by relevance Sort by last modified time
    Searched defs:ModName (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/libclang/
LibclangTest.cpp 444 std::string ModName = "module.modulemap";
447 WriteFile(ModName, ModFile);
  /external/clang/lib/Frontend/
ASTUnit.cpp 812 std::string ModName = Mod->getFullModuleName();
813 Hash = llvm::HashString(ModName, Hash);
    [all...]

Completed in 98 milliseconds