Searched refs:IsTParamCommand (Results 1 – 3 of 3) sorted by relevance
71 unsigned IsTParamCommand : 1; member
17 bit IsTParamCommand = 0;130 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }133 def Templatefield : BlockCommand<"templatefield"> { let IsTParamCommand = 1; }
321 } else if (Info->IsTParamCommand) { in parseBlockCommand()