Home
last modified time | relevance | path

Searched refs:getRawCommentForDeclNoCache (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h689 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/external/clang/lib/AST/
DASTContext.cpp64 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
366 RC = getRawCommentForDeclNoCache(I); in getRawCommentForAnyRedecl()
437 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()