Lines Matching full:nested
1 //===- NestedNameSpecifier.cpp - C++ nested name specifiers ---------------===//
10 // a C++ nested-name-specifier.
79 "Broken nested name specifier"); in Create()
95 "Broken nested name specifier"); in Create()
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 in print()
303 // just the type that is referred to in the nested-name-specifier (e.g., in print()
306 // the type requires its own nested-name-specifier for uniqueness, so we in print()
307 // suppress that nested-name-specifier during printing. in print()
309 "Elaborated type in nested-name-specifier"); in print()
313 // nested-name-specifier. in print()
323 // nested-name-specifier. in print()
613 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
637 // nested-name-specifier. in MakeTrivial()