Home
last modified time | relevance | path

Searched defs:getTokenSpelling (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Parser/
DParser.h100 StringRef getTokenSpelling() const { return state.curToken.getSpelling(); } in getTokenSpelling() function
DToken.cpp168 StringRef Token::getTokenSpelling(Kind kind) { in getTokenSpelling() function in Token