Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h862 void cacheRawCommentForDecl(const Decl &OriginalD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp459 cacheRawCommentForDecl(*Redecl, *RedeclComment); in getRawCommentForAnyRedecl()
472 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD, in cacheRawCommentForDecl() function in ASTContext
551 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()