Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp325 unsigned QuestionColonDepth = 0; in markNotExpression() local
330 ++QuestionColonDepth; in markNotExpression()
332 if (QuestionColonDepth) in markNotExpression()
333 --QuestionColonDepth; in markNotExpression()