Searched defs:isLiteral (Results 1 – 15 of 15) sorted by relevance
299 UBool isLiteral, in appendToRule()388 UBool isLiteral, in appendToRule()
87 inline bool isLiteral(TokenKind K) { in isLiteral() function
29 boolean isLiteral, in appendToRule()
27 boolean isLiteral, in appendToRule()
104 bool isLiteral() const { return IsLiteral; } in isLiteral() function
101 bool isLiteral() const { return IsLiteral; } in isLiteral() function
143 bool isLiteral() const { return Enc == Literal; } in isLiteral() function
112 bool isLiteral() const { in isLiteral() function
246 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral() function
249 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral() function
244 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral() function
235 public boolean isLiteral() { in isLiteral() method in JavaToken.Category
1518 public static boolean isLiteral(Tree.Kind kind) { in isLiteral() method in ASTPath
1342 bool isLiteral() const { in isLiteral() function
243 bool isLiteral = false, in getNSNumberFactoryMethod()