Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp415 bool ColonFound = false; in parseSquare() local
509 if (!ColonFound && CurrentToken->Previous && in parseSquare()
562 ColonFound = true; in parseSquare()
565 !ColonFound) in parseSquare()