Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td17 bit IsTParamCommand = 0;
110 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }
113 def Templatefield : BlockCommand<"templatefield"> { let IsTParamCommand = 1; }
H A DCommentCommandTraits.h71 unsigned IsTParamCommand : 1; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp324 } else if (Info->IsTParamCommand) { in parseBlockCommand()