Searched defs:isIdentifier (Results 1 – 11 of 11) sorted by relevance
127 public static boolean isIdentifier(CharSequence s) { in isIdentifier() method in PatternProps147 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier() method in PatternProps
129 public static boolean isIdentifier(CharSequence s) { in isIdentifier() method in PatternProps149 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier() method in PatternProps
208 PatternProps::isIdentifier(const UChar *s, int32_t length) { in isIdentifier() function in PatternProps
83 def isIdentifier(token): member in BooleanExpression
471 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function
199 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
506 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function
375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
1395 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local
1510 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local
227 public boolean isIdentifier() { in isIdentifier() method in JavaToken.Category