Lines Matching full:expanded
22 /// spelled token streams into expanded token streams when it encounters a
24 /// from the expanded token stream.
25 /// After the expanded unwrapped lines are parsed, the MacroCallReconstructor
27 /// structure of the expanded unwrapped lines. These reconstructed unwrapped
28 /// lines are aliasing the tokens in the expanded token stream, so that token
31 /// When formatting, clang-format annotates and formats the expanded unwrapped
113 /// Returns the expanded stream of format tokens for \p ID, where
136 /// Converts a sequence of UnwrappedLines containing expanded macros into a
139 /// expanded code.
142 /// expanding it we have one expanded UnwrappedLine. In general, macro
144 /// tokens to the same line. We keep consuming expanded lines until:
151 /// After this point, the state of the spelled/expanded stream is "in sync"
167 /// the macro call tokens fit the semantic structure of the expanded formatted
183 /// For the given \p Line, match all occurences of tokens expanded from a
199 /// macro calls, formatted according to the expanded token stream received
201 /// Generally, this line tries to have the same structure as the expanded,
290 // Maps from the expanded token to the token that takes its place in the
361 // output and keep track of which parents in the expanded token stream map to