Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp457 const char *KeywordEnd = nullptr; in LexIdentifier() local
463 if (!KeywordEnd && !isalnum(static_cast<unsigned char>(*CurPtr)) && in LexIdentifier()
465 KeywordEnd = CurPtr; in LexIdentifier()
491 if (!KeywordEnd) KeywordEnd = CurPtr; in LexIdentifier()
492 CurPtr = KeywordEnd; in LexIdentifier()