Lines Matching refs:ColonColonLoc
58 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument
59 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
62 Range.setEnd(ColonColonLoc); in Extend()
70 SourceLocation ColonColonLoc) { in Extend() argument
71 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
75 Range.setEnd(ColonColonLoc); in Extend()
83 SourceLocation ColonColonLoc) { in Extend() argument
84 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
88 Range.setEnd(ColonColonLoc); in Extend()
96 SourceLocation ColonColonLoc) { in Extend() argument
97 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
101 Range.setEnd(ColonColonLoc); in Extend()
108 SourceLocation ColonColonLoc) { in MakeGlobal() argument
109 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
111 Range = SourceRange(ColonColonLoc); in MakeGlobal()
119 SourceLocation ColonColonLoc) { in MakeSuper() argument
120 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in MakeSuper()
123 Range.setEnd(ColonColonLoc); in MakeSuper()