Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h313 mutable std::string CUIDHash; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13605 if (!CUIDHash.empty()) in getCUIDHash()
13606 return CUIDHash; in getCUIDHash()
13609 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()
13610 return CUIDHash; in getCUIDHash()