Home
last modified time | relevance | path

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

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