Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h827 void cacheRawCommentForDecl(const Decl &OriginalD,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp444 cacheRawCommentForDecl(*Redecl, *RedeclComment); in getRawCommentForAnyRedecl()
457 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD, in cacheRawCommentForDecl() function in ASTContext
532 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()