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

  /external/clang/tools/libclang/
CXComment.cpp 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr);
  /external/clang/lib/AST/
ASTContext.cpp 439 comments::FullComment *ASTContext::getCommentForDecl(
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);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 617 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 46 milliseconds