Searched refs:DeclUSR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp219 SmallString<128> DeclUSR; local
220 bool Ret = index::generateUSRForDecl(ND, DeclUSR);
223 return std::string(DeclUSR.str());

Completed in 379 milliseconds