Home
last modified time | relevance | path

Searched refs:isTypeOrIdentifier (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp52 bool FormatToken::isTypeOrIdentifier(const LangOptions &LangOpts) const { in isTypeOrIdentifier() function in clang::format::FormatToken
H A DFormatToken.h694 [[nodiscard]] bool isTypeOrIdentifier(const LangOptions &LangOpts) const;
H A DUnwrappedLineParser.cpp3496 if (PreviousNonComment->isTypeOrIdentifier(LangOpts)) { in parseRequires()
4087 !Previous->isTypeOrIdentifier(LangOpts))) { in parseRecord()
H A DTokenAnnotator.cpp4515 if (Left.isTypeOrIdentifier(LangOpts) && Right.Next && Right.Next->Next && in spaceRequiredBetween()
4558 if (BeforeLeft && BeforeLeft->isTypeOrIdentifier(LangOpts) && Right.Next && in spaceRequiredBetween()