Home | History | Annotate | Download | only in AST

Lines Matching refs:VerbatimBlockLineComment

434 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc,
436 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
443 ArrayRef<VerbatimBlockLineComment *> Lines) {