Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp6962 auto TyposInContext = ExprEvalContexts.back().NumTypos; in CorrectDelayedTyposInExpr() local
6963 assert(TyposInContext < ~0U && "Recursive call of CorrectDelayedTyposInExpr"); in CorrectDelayedTyposInExpr()
6967 ExprEvalContexts.back().NumTypos = TyposInContext; in CorrectDelayedTyposInExpr()