Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp179 bool InExprContext = Contexts.back().IsExpression; in parseAngle() local
233 (CurrentToken->isOneOf(tok::colon, tok::question) && InExprContext && in parseAngle()