Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp54 SMLoc LastVersionDirective; member in __anon0fc857650111::DarwinAsmParser
198 LastVersionDirective = SMLoc(); in Initialize()
1099 if (LastVersionDirective.isValid()) { in checkVersion()
1101 Note(LastVersionDirective, "previous definition is here"); in checkVersion()
1103 LastVersionDirective = Loc; in checkVersion()