Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2905 std::size_t IdentifierPos = End; in expandMacro() local
2914 if (IdentifierPos == End) in expandMacro()
2915 IdentifierPos = Pos; in expandMacro()
2917 IdentifierPos = End; in expandMacro()
2934 if (IdentifierPos != End) { in expandMacro()
2937 Pos = IdentifierPos; in expandMacro()
2938 IdentifierPos = End; in expandMacro()