Searched refs:isTypeOrIdentifier (Results 1 – 4 of 4) sorted by relevance
50 bool FormatToken::isTypeOrIdentifier(const LangOptions &LangOpts) const { in isTypeOrIdentifier() function in clang::format::FormatToken
707 [[nodiscard]] bool isTypeOrIdentifier(const LangOptions &LangOpts) const;
3513 if (PreviousNonComment->isTypeOrIdentifier(LangOpts)) { in parseRequires()4109 !Previous->isTypeOrIdentifier(LangOpts))) { in parseRecord()
4636 if (Left.isTypeOrIdentifier(LangOpts) && Right.Next && Right.Next->Next && in spaceRequiredBetween()4679 if (BeforeLeft && BeforeLeft->isTypeOrIdentifier(LangOpts) && Right.Next && in spaceRequiredBetween()