Searched defs:isIdentifier (Results 1 – 6 of 6) sorted by relevance
83 def isIdentifier(token): member in BooleanExpression
506 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function
375 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
1510 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local
2110 bool isIdentifier(Dsymbols *a, const utf8_t *p, size_t len) in isIdentifier() function
2592 private bool isIdentifier(Dsymbols* a, const(char)* p, size_t len) in isIdentifier() function