Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h426 StringRef getModuleHash() const { return ModuleHash; } getModuleHash() function
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4705 std::string CompilerInvocation::getModuleHash() const { getModuleHash() function in CompilerInvocation