Searched refs:isTypeOrIdentifier (Results 1 – 4 of 4) sorted by relevance
52 bool FormatToken::isTypeOrIdentifier(const LangOptions &LangOpts) const { in isTypeOrIdentifier() function in clang::format::FormatToken
694 [[nodiscard]] bool isTypeOrIdentifier(const LangOptions &LangOpts) const;
3496 if (PreviousNonComment->isTypeOrIdentifier(LangOpts)) { in parseRequires() 4087 !Previous->isTypeOrIdentifier(LangOpts))) { in parseRecord()
4515 if (Left.isTypeOrIdentifier(LangOpts) && Right.Next && Right.Next->Next && in spaceRequiredBetween()4558 if (BeforeLeft && BeforeLeft->isTypeOrIdentifier(LangOpts) && Right.Next && in spaceRequiredBetween()