Home
last modified time | relevance | path

Searched refs:setModuleHash (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h435 void setModuleHash(StringRef Hash) { ModuleHash = std::string(Hash); } in setModuleHash() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp489 PP->getHeaderSearchInfo().setModuleHash(ModuleHash); in createPreprocessor()