Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h77 unsigned IsDeprecatedCommand : 1; member
H A DCommentCommands.td19 bit IsDeprecatedCommand = 0;
141 let IsDeprecatedCommand = 1;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp640 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()