Lines Matching defs:LocEnd
51 SourceLocation LocEnd,
54 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
81 SourceLocation LocEnd,
85 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
281 SourceLocation LocEnd,
285 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
372 SourceLocation LocEnd,
375 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
379 SourceLocation LocEnd,
383 LocBegin, LocEnd, CommandID, InlineCommandRenderKind::Normal, Args);
387 SourceLocation LocEnd,
389 return new (Allocator) TextComment(LocBegin, LocEnd, Text);
449 SourceLocation LocEnd,
452 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);