Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h176 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp760 return S.actOnFullComment(S.copyArray(llvm::ArrayRef(Blocks))); in parseFullComment()
H A DCommentSema.cpp518 FullComment *Sema::actOnFullComment( in actOnFullComment() function in clang::comments::Sema