Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp289 const NamedDecl *DeclForComment = D; in getDeclForComment() local
294 DeclForComment = TSD->getSpecializedTemplate(); in getDeclForComment()
296 DeclForComment = TIP; in getDeclForComment()
300 DeclForComment = TSD->getSpecializedTemplate(); in getDeclForComment()
302 DeclForComment = TIP; in getDeclForComment()
305 DeclForComment = TIP; in getDeclForComment()
310 if (D != DeclForComment) in getDeclForComment()
311 DeclForComment = getDeclForComment(DeclForComment); in getDeclForComment()
312 return DeclForComment; in getDeclForComment()