Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2885 std::size_t IdentifierPos = End; in expandMacro() local
2894 if (IdentifierPos == End) in expandMacro()
2895 IdentifierPos = Pos; in expandMacro()
2897 IdentifierPos = End; in expandMacro()
2914 if (IdentifierPos != End) { in expandMacro()
2917 Pos = IdentifierPos; in expandMacro()
2918 IdentifierPos = End; in expandMacro()