Searched refs:lexIdentifier (Results 1 – 1 of 1) sorted by relevance
110 [[nodiscard]] StringRef lexIdentifier(const char *&First,589 StringRef Scanner::lexIdentifier(const char *&First, const char *const End) { in lexIdentifier() function in Scanner642 StringRef Id = lexIdentifier(First, End); in lexModule()