Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp391 auto DeclComment = DeclRawComments.find(D); in getRawCommentForAnyRedecl() local
392 if (DeclComment != DeclRawComments.end()) { in getRawCommentForAnyRedecl()
395 return DeclComment->second; in getRawCommentForAnyRedecl()