Home | History | Annotate | Download | only in AST

Lines Matching full:sourcerange

494 SourceRange TemplateTypeParmDecl::getSourceRange() const {
496 return SourceRange(getLocStart(),
591 SourceRange NonTypeTemplateParmDecl::getSourceRange() const {
593 return SourceRange(getOuterLocStart(),
779 SourceRange
793 return SourceRange(Begin, End);