Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp408 auto CommentAtRedecl = DeclRawComments.find(RedeclComment->second); in getRawCommentForAnyRedecl() local
409 assert(CommentAtRedecl != DeclRawComments.end() && in getRawCommentForAnyRedecl()
411 return CommentAtRedecl->second; in getRawCommentForAnyRedecl()