Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp712 bool ColonFound = false; in parseSquare() local
821 if (!ColonFound && CurrentToken->Previous && in parseSquare()
879 ColonFound = true; in parseSquare()
882 !ColonFound) { in parseSquare()