Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h776 void cacheRawCommentForDecl(const Decl &OriginalD,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp436 cacheRawCommentForDecl(*Redecl, *RedeclComment); in getRawCommentForAnyRedecl()
449 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD, in cacheRawCommentForDecl() function in ASTContext
524 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()