Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h771 void attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp474 void ASTContext::attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls, in attachCommentsToJustParsedDecls() function in ASTContext
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp13479 Context.attachCommentsToJustParsedDecls(Group, &getPreprocessor()); in ActOnDocumentableDecls()