Home
last modified time | relevance | path

Searched refs:getCommentForDecl (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h531 comments::FullComment *getCommentForDecl(const Decl *D) const;
/external/clang/lib/AST/
DASTContext.cpp358 comments::FullComment *ASTContext::getCommentForDecl(const Decl *D) const { in getCommentForDecl() function in ASTContext
376 return getCommentForDecl(OriginalDecl); in getCommentForDecl()
/external/clang/tools/libclang/
DCIndex.cpp5807 const comments::FullComment *FC = Context.getCommentForDecl(D); in clang_Cursor_getParsedComment()
/external/clang/lib/Sema/
DSemaDecl.cpp7248 Context.getCommentForDecl(Group[i]); in ActOnDocumentableDecls()