• Home
  • Raw
  • Download

Lines Matching refs:LocBegin

51                                       SourceLocation LocBegin,  in actOnBlockCommandStart()  argument
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart()
81 SourceLocation LocBegin, in actOnParamCommandStart() argument
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID, in actOnParamCommandStart()
282 SourceLocation LocBegin, in actOnTParamCommandStart() argument
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart()
397 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() argument
401 return actOnUnknownCommand(LocBegin, LocEnd, CommandID); in actOnUnknownCommand()
404 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() argument
409 LocBegin, LocEnd, CommandID, in actOnUnknownCommand()
414 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText() argument
417 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
443 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine() argument
448 LocBegin, in actOnVerbatimLine()
458 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart() argument
460 return new (Allocator) HTMLStartTagComment(LocBegin, TagName); in actOnHTMLStartTagStart()
476 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag() argument
480 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()