Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h736 void cacheRawCommentForDecl(const Decl &OriginalD,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp435 cacheRawCommentForDecl(*Redecl, *RedeclComment); in getRawCommentForAnyRedecl()
448 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD, in cacheRawCommentForDecl() function in ASTContext
523 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()