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 432 std::string ModName = "module.modulemap";
435 WriteFile(ModName, ModFile);
  /external/clang/lib/Frontend/
ASTUnit.cpp 825 std::string ModName = Mod->getFullModuleName();
826 Hash = llvm::HashString(ModName, Hash);
    [all...]

Completed in 198 milliseconds