Searched refs:IgnoreColonInIdentifiers (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h46 bool IgnoreColonInIdentifiers; member in class:llvm::LLLexer
66 IgnoreColonInIdentifiers = val;
H A DLLLexer.cpp162 IgnoreColonInIdentifiers(false) {
468 if (!IgnoreColonInIdentifiers && *CurPtr == ':') {

Completed in 47 milliseconds