Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp414 auto DeclComment = DeclRawComments.find(D); in getRawCommentForAnyRedecl() local
415 if (DeclComment != DeclRawComments.end()) { in getRawCommentForAnyRedecl()
418 return DeclComment->second; in getRawCommentForAnyRedecl()