Lines Matching defs:ColonColonLoc
52 TypeLoc TL, SourceLocation ColonColonLoc) {
53 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
56 Range.setEnd(ColonColonLoc);
64 SourceLocation ColonColonLoc) {
65 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
69 Range.setEnd(ColonColonLoc);
77 SourceLocation ColonColonLoc) {
78 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
82 Range.setEnd(ColonColonLoc);
90 SourceLocation ColonColonLoc) {
91 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
95 Range.setEnd(ColonColonLoc);
102 SourceLocation ColonColonLoc) {
103 Builder.MakeGlobal(Context, ColonColonLoc);
105 Range = SourceRange(ColonColonLoc);
113 SourceLocation ColonColonLoc) {
114 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
117 Range.setEnd(ColonColonLoc);