Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h325 mutable std::string CUIDHash; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14178 if (!CUIDHash.empty()) in getCUIDHash()
14179 return CUIDHash; in getCUIDHash()
14182 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()
14183 return CUIDHash; in getCUIDHash()