Searched refs:getCommentForDecl (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 439 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext 468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() 474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() 483 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() 489 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 495 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 512 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() 526 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() 539 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 645 comments::FullComment *getCommentForDecl(const Decl *D,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDecl.cpp | 10091 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()
|