Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp11200 bool HasTemplateArgs, bool AllowTypoCorrection) { in MakeValidator() argument
11201 if (!AllowTypoCorrection) in MakeValidator()
11216 bool EmptyLookup, bool AllowTypoCorrection) { in BuildRecoveryCallExpr() argument
11248 ExplicitTemplateArgs != nullptr, AllowTypoCorrection), in BuildRecoveryCallExpr()
11355 bool AllowTypoCorrection) { in FinishOverloadedCallExpr() argument
11359 AllowTypoCorrection); in FinishOverloadedCallExpr()
11378 AllowTypoCorrection); in FinishOverloadedCallExpr()
11453 bool AllowTypoCorrection, in BuildOverloadedCallExpr() argument
11475 AllowTypoCorrection); in BuildOverloadedCallExpr()
/external/clang/include/clang/Sema/
DSema.h2623 bool AllowTypoCorrection=true,