Searched refs:CurrentQuote (Results 1 – 1 of 1) sorted by relevance
2901 Optional<char> CurrentQuote; in expandMacro() local2912 if (!CurrentQuote.hasValue()) in expandMacro()2921 if (!CurrentQuote.hasValue()) { in expandMacro()2923 CurrentQuote = Body[Pos]; in expandMacro()2924 } else if (Body[Pos] == CurrentQuote) { in expandMacro()2925 if (Pos + 1 != End && Body[Pos + 1] == CurrentQuote) { in expandMacro()2930 CurrentQuote.reset(); in expandMacro()