Lines Matching full:nested
1 //===- NestedNameSpecifier.cpp - C++ nested name specifiers ---------------===//
10 // a C++ nested-name-specifier.
79 "Broken nested name specifier");
95 "Broken nested name specifier");
168 /// Retrieve the namespace stored in this nested name specifier.
176 /// Retrieve the namespace alias stored in this nested name specifier.
184 /// Retrieve the record declaration stored in this nested name specifier.
250 /// Print this nested name specifier to the given output
301 // Nested-name-specifiers are intended to contain minimally-qualified
303 // just the type that is referred to in the nested-name-specifier (e.g.,
306 // the type requires its own nested-name-specifier for uniqueness, so we
307 // suppress that nested-name-specifier during printing.
309 "Elaborated type in nested-name-specifier");
313 // nested-name-specifier.
323 // nested-name-specifier.
613 assert(!Representation && "Already have a nested-name-specifier!?");
637 // nested-name-specifier.