Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp110 bool canContinueIdentifier() const;
235 while (!streamEof() && canContinueIdentifier()) in consumeToken()
287 bool Tokenizer::canContinueIdentifier() const { in canContinueIdentifier() function in __anon727922840111::Tokenizer