Searched defs:getCommentForDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp439 comments::FullComment *ASTContext::getCommentForDecl( function in class:ASTContext
468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
483 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
489 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
495 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
512 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
526 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
539 return getCommentForDecl(OriginalDecl, PP);

Completed in 103 milliseconds