Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp246 SmallString<128> DeclUSR; in getLookupName() local
247 bool Ret = index::generateUSRForDecl(ND, DeclUSR); in getLookupName()
250 return std::string(DeclUSR.str()); in getLookupName()