Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h334 StringRef getModuleHash() const { return ModuleHash; } in getModuleHash() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4464 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation