Home
last modified time | relevance | path

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

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