Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h46 bool IgnoreColonInIdentifiers = false; variable
66 IgnoreColonInIdentifiers = val; in setIgnoreColonInIdentifiers()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp470 if (!IgnoreColonInIdentifiers && *CurPtr == ':') { in LexIdentifier()