Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp37 const FormatToken *BeginTok, const FormatToken *EndTok) { in sortPropertyAttributes() argument
38 assert(BeginTok); in sortPropertyAttributes()
43 if (BeginTok == EndTok || BeginTok->Next == EndTok) in sortPropertyAttributes()
56 for (auto Tok = BeginTok; Tok != EndTok; Tok = Tok->Next) { in sortPropertyAttributes()
144 BeginTok->getStartOfNonWhitespace(), EndTok->Previous->Tok.getEndLoc()); in sortPropertyAttributes()