Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h811 void attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp475 void ASTContext::attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls, in attachCommentsToJustParsedDecls() function in ASTContext
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13610 Context.attachCommentsToJustParsedDecls(Group, &getPreprocessor()); in ActOnDocumentableDecls()