Home
last modified time | relevance | path

Searched defs:NextNext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp25 const FormatToken *NextNext = Next ? Next->getNextNonComment() : nullptr; in startsExternCBlock() local
H A DTokenAnnotator.cpp3069 if (auto NextNext = NextToken->getNextNonComment(); in determineStarAmpUsage() local