Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h187 void checkDeprecatedCommand(const BlockCommandComment *Comment);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp76 checkDeprecatedCommand(Command); in actOnBlockCommandFinish()
638 void Sema::checkDeprecatedCommand(const BlockCommandComment *Command) { in checkDeprecatedCommand() function in clang::comments::Sema