Searched defs:isLiteral (Results 1 – 6 of 6) sorted by relevance
86 inline bool isLiteral(TokenKind K) { in isLiteral() function
113 bool isLiteral() const { return IsLiteral; } in isLiteral() function
115 bool isLiteral() const { in isLiteral() function
278 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral() function
1398 bool isLiteral() const { in isLiteral() function
244 bool isLiteral = false, in getNSNumberFactoryMethod()