Home
last modified time | relevance | path

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

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