Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp148 static bool isIdentifierChar(char C, bool AllowAt, bool AllowHash) { in isIdentifierChar() function
H A DAsmParser.cpp2503 static bool isIdentifierChar(char c) { in isIdentifierChar() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp118 static bool isIdentifierChar(char C) { in isIdentifierChar() function