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 | 440 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() function in ASTContext 469 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl() 475 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP)) in getCommentForDecl() 484 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() 490 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 496 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 513 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl() 527 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl() 540 return getCommentForDecl(OriginalDecl, PP); in getCommentForDecl()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 706 comments::FullComment *getCommentForDecl(const Decl *D,
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 10377 Context.getCommentForDecl(Group[i], &PP); in ActOnDocumentableDecls()
|