Lines Matching refs:ColonColonLoc
55 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument
56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
59 Range.setEnd(ColonColonLoc); in Extend()
67 SourceLocation ColonColonLoc) { in Extend() argument
68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
72 Range.setEnd(ColonColonLoc); in Extend()
80 SourceLocation ColonColonLoc) { in Extend() argument
81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
85 Range.setEnd(ColonColonLoc); in Extend()
93 SourceLocation ColonColonLoc) { in Extend() argument
94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
98 Range.setEnd(ColonColonLoc); in Extend()
105 SourceLocation ColonColonLoc) { in MakeGlobal() argument
106 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
108 Range = SourceRange(ColonColonLoc); in MakeGlobal()
116 SourceLocation ColonColonLoc) { in MakeSuper() argument
117 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in MakeSuper()
120 Range.setEnd(ColonColonLoc); in MakeSuper()