Searched refs:isSimpleTypeSpecifier (Results 1 – 5 of 5) sorted by relevance
668 isSimpleTypeSpecifier(*Current.Previous); in determineTokenType()743 isSimpleTypeSpecifier(*PreviousNotConst); in isStartOfName()821 bool isSimpleTypeSpecifier(const FormatToken &Tok) const { in isSimpleTypeSpecifier() function in clang::format::__anon64ce9d0c0111::AnnotatingParser
1051 if (!Actions.isSimpleTypeSpecifier(Tok.getKind())) in ParseCastExpression()
2218 if (!Actions.isSimpleTypeSpecifier(Tok.getKind())) { in ParseObjCXXMessageReceiver()
1312 bool isSimpleTypeSpecifier(tok::TokenKind Kind) const;
88 bool Sema::isSimpleTypeSpecifier(tok::TokenKind Kind) const { in isSimpleTypeSpecifier() function in Sema