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

  /external/clang/include/clang/AST/
ASTContext.h 566 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 60 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const {
345 RC = getRawCommentForDeclNoCache(*I);
418 const RawComment *RC = getRawCommentForDeclNoCache(D);
    [all...]

Completed in 152 milliseconds