Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp556 bool ColonFound = false; in parseSquare() local
662 if (!ColonFound && CurrentToken->Previous && in parseSquare()
719 ColonFound = true; in parseSquare()
722 !ColonFound) in parseSquare()