Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2471 std::size_t IdentifierPos = End; in expandMacro() local
2480 if (IdentifierPos == End) in expandMacro()
2481 IdentifierPos = Pos; in expandMacro()
2483 IdentifierPos = End; in expandMacro()
2500 if (IdentifierPos != End) { in expandMacro()
2503 Pos = IdentifierPos; in expandMacro()
2504 IdentifierPos = End; in expandMacro()