HomeSort by relevance Sort by last modified time
    Searched refs:getCommentForDecl (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/AST/
ASTDumper.cpp 670 bool HasComment = D->getASTContext().getCommentForDecl(D, 0);
688 dumpFullComment(D->getASTContext().getCommentForDecl(D, 0));
    [all...]
ASTContext.cpp 402 comments::FullComment *ASTContext::getCommentForDecl(
429 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
435 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
444 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
455 return getCommentForDecl(OriginalDecl, PP);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 581 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 30 milliseconds