Searched defs:isIdentifier (Results 1 – 3 of 3) sorted by relevance
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