Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2866 Optional<char> CurrentQuote; in expandMacro() local
2877 if (!CurrentQuote) in expandMacro()
2886 if (!CurrentQuote) { in expandMacro()
2888 CurrentQuote = Body[Pos]; in expandMacro()
2889 } else if (Body[Pos] == CurrentQuote) { in expandMacro()
2890 if (Pos + 1 != End && Body[Pos + 1] == CurrentQuote) { in expandMacro()
2895 CurrentQuote.reset(); in expandMacro()