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

  /external/clang/tools/libclang/
CXComment.cpp 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr);
  /external/clang/lib/AST/
ASTContext.cpp 441 comments::FullComment *ASTContext::getCommentForDecl(
470 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
476 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
485 if (comments::FullComment *FC = getCommentForDecl(TD, PP))
491 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
497 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
514 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))
528 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP))
541 return getCommentForDecl(OriginalDecl, PP);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 716 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 775 comments::FullComment *getCommentForDecl(const Decl *D,
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 152 milliseconds