Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h891 void attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp481 void ASTContext::attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls, in attachCommentsToJustParsedDecls() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp14164 Context.attachCommentsToJustParsedDecls(Group, &getPreprocessor()); in ActOnDocumentableDecls()