Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h856 void cacheRawCommentForDecl(const Decl &OriginalD,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp442 cacheRawCommentForDecl(*Redecl, *RedeclComment); in getRawCommentForAnyRedecl()
455 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD, in cacheRawCommentForDecl() function in ASTContext
530 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()