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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp424 comments::FullComment *ASTContext::getCommentForDecl( function in class:ASTContext
453 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
459 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
468 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
474 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
480 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
498 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
513 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
526 return getCommentForDecl(OriginalDecl, PP);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h613 comments::FullComment *getCommentForDecl(const Decl *D,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp9086 Context.getCommentForDecl(Group[i], &PP);

Completed in 286 milliseconds