Home
last modified time | relevance | path

Searched defs:getModuleHash (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DHeaderSearch.h345 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp4462 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation