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.h346 mutable std::string CUIDHash; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp15103 if (!CUIDHash.empty()) in getCUIDHash()
15104 return CUIDHash; in getCUIDHash()
15107 CUIDHash = llvm::utohexstr(llvm::MD5Hash(LangOpts.CUID), /*LowerCase=*/true); in getCUIDHash()
15108 return CUIDHash; in getCUIDHash()