Home
last modified time | relevance | path

Searched defs:isIdentifierChar (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp148 static bool isIdentifierChar(char C, bool AllowAt, bool AllowHash) { in isIdentifierChar() function
H A DAsmParser.cpp2499 static bool isIdentifierChar(char c) { in isIdentifierChar() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp118 static bool isIdentifierChar(char C) { in isIdentifierChar() function