Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h77 unsigned IsDeprecatedCommand : 1; member
H A DCommentCommands.td19 bit IsDeprecatedCommand = 0;
121 let IsDeprecatedCommand = 1;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp668 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()