Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2870 std::size_t IdentifierPos = End; in expandMacro() local
2879 if (IdentifierPos == End) in expandMacro()
2880 IdentifierPos = Pos; in expandMacro()
2882 IdentifierPos = End; in expandMacro()
2899 if (IdentifierPos != End) { in expandMacro()
2902 Pos = IdentifierPos; in expandMacro()
2903 IdentifierPos = End; in expandMacro()