Home
last modified time | relevance | path

Searched refs:checkBlockCommandDuplicate (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DCommentSema.h191 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
/external/clang/lib/AST/
DCommentSema.cpp71 checkBlockCommandDuplicate(Command); in actOnBlockCommandFinish()
623 void Sema::checkBlockCommandDuplicate(const BlockCommandComment *Command) { in checkBlockCommandDuplicate() function in clang::comments::Sema