Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentCommandTraits.h78 unsigned IsDeprecatedCommand : 1; member
DCommentCommands.td19 bit IsDeprecatedCommand = 0;
119 let IsDeprecatedCommand = 1;
/external/clang/lib/AST/
DCommentSema.cpp662 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()