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 590 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 63 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const {
365 RC = getRawCommentForDeclNoCache(I);
435 const RawComment *RC = getRawCommentForDeclNoCache(D);
    [all...]

Completed in 39 milliseconds