Home | History | Annotate | Download | only in AST

Lines Matching defs:CommandID

53                                       unsigned CommandID,
56 CommandID,
83 unsigned CommandID,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
284 unsigned CommandID,
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
368 unsigned CommandID) {
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
374 CommandID,
381 unsigned CommandID,
389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
394 CommandID,
402 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID();
403 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
408 unsigned CommandID) {
411 LocBegin, LocEnd, CommandID,
423 unsigned CommandID) {
424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
428 CommandID);
446 unsigned CommandID,
452 CommandID,