Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp59 auto isIdentifierChar = [=](char c) { in convertTokenLocToRange() local
/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.cpp2497 static bool isIdentifierChar(char c) { isIdentifierChar() function
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp206 auto isIdentifierChar = [](char c) { in convertIdLocToRange() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp118 static bool isIdentifierChar(char C) { in isIdentifierChar() function
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp143 auto isIdentifierChar = [](char c) { in getResultNumberFromLoc() local