Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp731 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1370 Validator, Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
H A DSemaCXXScopeSpec.cpp639 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
H A DSemaTemplateVariadic.cpp1023 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
H A DSemaDeclObjC.cpp561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1309 TUScope, nullptr, CCC, CTK_ErrorRecovery); in FindProtocolDeclaration()
1691 lookupKind, S, nullptr, CCC, CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaExprObjC.cpp2107 nullptr, nullptr, CCC, CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2358 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
H A DSemaLookup.cpp5357 OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
5473 OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
H A DSemaTemplate.cpp521 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
692 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName()
3949 FilterCCC, CTK_ErrorRecovery); in resolveAssumedTemplateNameAsType()
H A DSemaDecl.cpp384 S, SS, CCC, CTK_ErrorRecovery); in getTypeName()
702 CCC, CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
969 &SS, *CCC, CTK_ErrorRecovery)) { in ClassifyName()
2239 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
8769 &ExtraArgs.D.getCXXScopeSpec(), CCC, Sema::CTK_ErrorRecovery, in DiagnoseInvalidRedeclaration()
H A DSemaDeclCXX.cpp4324 CCC, CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
11625 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
12437 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
H A DSemaExpr.cpp2334 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
2339 S, &SS, CCC, CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
5976 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
H A DSemaInit.cpp2606 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
H A DSemaOpenMP.cpp2990 CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
22552 CTK_ErrorRecovery)) { in lookupOpenMPDeclareTargetName()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4403 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator