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