Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp771 return S.actOnFullComment(S.copyArray(llvm::makeArrayRef(Blocks))); in parseFullComment()
H A DCommentSema.cpp544 FullComment *Sema::actOnFullComment( in actOnFullComment() function in clang::comments::Sema