Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp454 const char *KeywordEnd = nullptr; in LexIdentifier() local
460 if (!KeywordEnd && !isalnum(static_cast<unsigned char>(*CurPtr)) && in LexIdentifier()
462 KeywordEnd = CurPtr; in LexIdentifier()
488 if (!KeywordEnd) KeywordEnd = CurPtr; in LexIdentifier()
489 CurPtr = KeywordEnd; in LexIdentifier()