Searched defs:isIdentifier (Results 1 – 4 of 4) sorted by relevance
550 bool isIdentifier() const { return !Qualifier.getInt(); } isIdentifier() function
385 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
282 static bool isIdentifier(const Token &token) { in isIdentifier() function
1657 bool isIdentifier = Tok.is(tok::identifier); isCXXDeclarationSpecifier() local