Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4229 bool RecoverUncorrectedTypos = false,
4235 bool RecoverUncorrectedTypos = false,
4241 RecoverUncorrectedTypos, Filter);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp8463 bool RecoverUncorrectedTypos, in CorrectDelayedTyposInExpr() argument
8476 if (Result.isInvalid() && RecoverUncorrectedTypos) { in CorrectDelayedTyposInExpr()