Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h51 kw_implicit, enumerator
199 return Kind == kw_implicit || Kind == kw_implicit_define || in isRegisterFlag()
H A DMILexer.cpp195 .Case("implicit", MIToken::kw_implicit) in getIdentifierKind()
H A DMIParser.cpp1387 case MIToken::kw_implicit: in parseRegisterFlag()
2569 case MIToken::kw_implicit: in parseMachineOperand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h902 kw_implicit = &IdentTable.get("implicit"); in AdditionalKeywords()
934 kw_fixed, kw_foreach, kw_implicit, kw_in, kw_interface, kw_internal, in AdditionalKeywords()
1022 IdentifierInfo *kw_implicit; member