Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentSema.h176 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentParser.cpp931 return S.actOnFullComment(S.copyArray(llvm::ArrayRef(Blocks))); in parseFullComment()
HDCommentSema.cpp517 FullComment *Sema::actOnFullComment( in actOnFullComment() function in clang::comments::Sema