Searched refs:getCommentForDecl (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXComment.cpp | 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 441 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext 470 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() 476 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() 485 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() 491 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 497 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 514 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() 528 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() 541 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 716 comments::FullComment *getCommentForDecl(const Decl *D,
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 10786 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()
|