Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h76 kw_debug_location, enumerator
H A DMILexer.cpp219 .Case("debug-location", MIToken::kw_debug_location) in getIdentifierKind()
H A DMIParser.cpp983 Token.isNot(MIToken::kw_debug_location) && in parse()
1031 if (Token.is(MIToken::kw_debug_location)) { in parse()