Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentSema.h183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
/external/clang/lib/AST/
DCommentParser.cpp772 return S.actOnFullComment(S.copyArray(llvm::makeArrayRef(Blocks))); in parseFullComment()
DCommentSema.cpp544 FullComment *Sema::actOnFullComment( in actOnFullComment() function in clang::comments::Sema