Searched defs:isIdentifier (Results 1 – 3 of 3) sorted by relevance
548 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function
385 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
1666 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local