Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h864 RawComment *getRawCommentForDeclNoCacheImpl(
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp206 RawComment *ASTContext::getRawCommentForDeclNoCacheImpl( in getRawCommentForDeclNoCacheImpl() function in ASTContext
305 return getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile); in getRawCommentForDeclNoCache()
529 getRawCommentForDeclNoCacheImpl(D, DeclLoc, *CommentsInThisFile)) { in attachCommentsToJustParsedDecls()