Home
last modified time | relevance | path

Searched refs:CurrentQuote (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2881 std::optional<char> CurrentQuote; in expandMacro() local
2892 if (!CurrentQuote) in expandMacro()
2901 if (!CurrentQuote) { in expandMacro()
2903 CurrentQuote = Body[Pos]; in expandMacro()
2904 } else if (Body[Pos] == CurrentQuote) { in expandMacro()
2905 if (Pos + 1 != End && Body[Pos + 1] == CurrentQuote) { in expandMacro()
2910 CurrentQuote.reset(); in expandMacro()