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

/freebsd-current/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp50 SmallString<128> TypeUSR; local
58 clang::index::generateUSRForDecl(TypeDecl, TypeUSR);
60 clang::index::generateUSRForType(Type, Context, TypeUSR);
63 return {API.copyString(TypeName), API.copyString(TypeUSR)};
67 SmallString<128> TypeUSR; local
71 clang::index::generateUSRForDecl(TypeDecl, TypeUSR);
73 clang::index::generateUSRForType(Type, Context, TypeUSR);
75 return std::string(TypeUSR);

Completed in 350 milliseconds