Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp218 SmallString<128> DeclUSR; in getLookupName() local
219 bool Ret = index::generateUSRForDecl(ND, DeclUSR); in getLookupName()
222 return std::string(DeclUSR.str()); in getLookupName()