Home
last modified time | relevance | path

Searched refs:attachCommentsToJustParsedDecls (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h868 void attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp495 void ASTContext::attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls, in attachCommentsToJustParsedDecls() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15037 Context.attachCommentsToJustParsedDecls(Group, &getPreprocessor()); in ActOnDocumentableDecls()