Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp10970 bool HasTemplateArgs, bool AllowTypoCorrection) { in MakeValidator() argument
10971 if (!AllowTypoCorrection) in MakeValidator()
10986 bool EmptyLookup, bool AllowTypoCorrection) { in BuildRecoveryCallExpr() argument
11018 ExplicitTemplateArgs != nullptr, AllowTypoCorrection), in BuildRecoveryCallExpr()
11125 bool AllowTypoCorrection) { in FinishOverloadedCallExpr() argument
11129 AllowTypoCorrection); in FinishOverloadedCallExpr()
11148 AllowTypoCorrection); in FinishOverloadedCallExpr()
11212 bool AllowTypoCorrection) { in BuildOverloadedCallExpr() argument
11228 AllowTypoCorrection); in BuildOverloadedCallExpr()
/external/clang/include/clang/Sema/
DSema.h2551 bool AllowTypoCorrection=true);