Home
last modified time | relevance | path

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

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