Home | History | Annotate | Download | only in Frontend

Lines Matching refs:hash_combine

1628   using llvm::hash_combine;
1637 code = hash_combine(code, LangOpts->Name);
1639 code = hash_combine(code, static_cast<unsigned>(LangOpts->get##Name()));
1645 code = hash_combine(code, TargetOpts->Triple, TargetOpts->CPU,
1649 code = hash_combine(code, TargetOpts->FeaturesAsWritten[i]);
1654 code = hash_combine(code, ppOpts.UsePredefines, ppOpts.DetailedRecord);
1670 code = hash_combine(code, I->first, I->second);
1674 code = hash_combine(code, hsOpts.Sysroot, hsOpts.UseBuiltinIncludes,