Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp165 SmallString<128> DeclUSR; in getLookupName() local
166 bool Ret = index::generateUSRForDecl(ND, DeclUSR); (void)Ret; in getLookupName()
168 return DeclUSR.str(); in getLookupName()