Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp6595 auto TyposInContext = ExprEvalContexts.back().NumTypos; in CorrectDelayedTyposInExpr() local
6596 assert(TyposInContext < ~0U && "Recursive call of CorrectDelayedTyposInExpr"); in CorrectDelayedTyposInExpr()
6600 ExprEvalContexts.back().NumTypos = TyposInContext; in CorrectDelayedTyposInExpr()