Home
last modified time | relevance | path

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

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