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.cpp50 bool FormatToken::isTypeOrIdentifier(const LangOptions &LangOpts) const { in isTypeOrIdentifier() function in clang::format::FormatToken
H A DFormatToken.h707 [[nodiscard]] bool isTypeOrIdentifier(const LangOptions &LangOpts) const;
H A DUnwrappedLineParser.cpp3513 if (PreviousNonComment->isTypeOrIdentifier(LangOpts)) { in parseRequires()
4109 !Previous->isTypeOrIdentifier(LangOpts))) { in parseRecord()
H A DTokenAnnotator.cpp4636 if (Left.isTypeOrIdentifier(LangOpts) && Right.Next && Right.Next->Next && in spaceRequiredBetween()
4679 if (BeforeLeft && BeforeLeft->isTypeOrIdentifier(LangOpts) && Right.Next && in spaceRequiredBetween()