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

Completed in 24 milliseconds