Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp74 bool FormatToken::isTypeOrIdentifier() const { in isTypeOrIdentifier() function in clang::format::FormatToken
H A DFormatToken.h667 [[nodiscard]] bool isTypeOrIdentifier() const;
H A DUnwrappedLineParser.cpp3421 if (PreviousNonComment->isTypeOrIdentifier()) { in parseRequires()
3973 !(Previous->is(tok::r_paren) || Previous->isTypeOrIdentifier())) { in parseRecord()
H A DTokenAnnotator.cpp4080 if (Left.isTypeOrIdentifier() && Right.Next && Right.Next->Next && in spaceRequiredBetween()
4123 if (Left.Previous && Left.Previous->isTypeOrIdentifier() && Right.Next && in spaceRequiredBetween()