Home
last modified time | relevance | path

Searched refs:BeginTok (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp39 const FormatToken *BeginTok, const FormatToken *EndTok) { in sortPropertyAttributes() argument
40 assert(BeginTok); in sortPropertyAttributes()
45 if (BeginTok == EndTok || BeginTok->Next == EndTok) in sortPropertyAttributes()
58 for (auto Tok = BeginTok; Tok != EndTok; Tok = Tok->Next) { in sortPropertyAttributes()
149 BeginTok->getStartOfNonWhitespace(), EndTok->Previous->Tok.getEndLoc()); in sortPropertyAttributes()
H A DObjCPropertyAttributeOrderFixer.h35 const FormatToken *BeginTok,