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.cpp716 bool ColonFound = false; in parseSquare() local
825 if (!ColonFound && CurrentToken->Previous && in parseSquare()
888 ColonFound = true; in parseSquare()
891 !ColonFound) { in parseSquare()