Lines Matching refs:ColonColonLoc
54 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument
55 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
58 Range.setEnd(ColonColonLoc); in Extend()
66 SourceLocation ColonColonLoc) { in Extend() argument
67 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
71 Range.setEnd(ColonColonLoc); in Extend()
79 SourceLocation ColonColonLoc) { in Extend() argument
80 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
84 Range.setEnd(ColonColonLoc); in Extend()
92 SourceLocation ColonColonLoc) { in Extend() argument
93 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
97 Range.setEnd(ColonColonLoc); in Extend()
104 SourceLocation ColonColonLoc) { in MakeGlobal() argument
105 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
107 Range = SourceRange(ColonColonLoc); in MakeGlobal()
115 SourceLocation ColonColonLoc) { in MakeSuper() argument
116 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in MakeSuper()
119 Range.setEnd(ColonColonLoc); in MakeSuper()