Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon5fea977f0111::Tokenizer