Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h306 mutable std::string CUIDHash; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11718 if (!CUIDHash.empty()) in getCUIDHash()
11719 return CUIDHash; in getCUIDHash()
11722 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()
11723 return CUIDHash; in getCUIDHash()