Lines Matching refs:ColonColonLoc
48 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument
49 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
52 Range.setEnd(ColonColonLoc); in Extend()
60 SourceLocation ColonColonLoc) { in Extend() argument
61 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
65 Range.setEnd(ColonColonLoc); in Extend()
73 SourceLocation ColonColonLoc) { in Extend() argument
74 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
78 Range.setEnd(ColonColonLoc); in Extend()
86 SourceLocation ColonColonLoc) { in Extend() argument
87 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
91 Range.setEnd(ColonColonLoc); in Extend()
98 SourceLocation ColonColonLoc) { in MakeGlobal() argument
99 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
101 Range = SourceRange(ColonColonLoc); in MakeGlobal()
109 SourceLocation ColonColonLoc) { in MakeSuper() argument
110 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in MakeSuper()
113 Range.setEnd(ColonColonLoc); in MakeSuper()