Searched refs:CurrentQuote (Results 1 – 1 of 1) sorted by relevance
2467 std::optional<char> CurrentQuote; in expandMacro() local2478 if (!CurrentQuote) in expandMacro()2487 if (!CurrentQuote) { in expandMacro()2489 CurrentQuote = Body[Pos]; in expandMacro()2490 } else if (Body[Pos] == CurrentQuote) { in expandMacro()2491 if (Pos + 1 != End && Body[Pos + 1] == CurrentQuote) { in expandMacro()2496 CurrentQuote.reset(); in expandMacro()