Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h586 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp62 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
347 RC = getRawCommentForDeclNoCache(*I); in getRawCommentForAnyRedecl()
420 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()