Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprMember.cpp774 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1417 Validator, Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
HDSemaCXXScopeSpec.cpp550 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
HDSemaTemplateVariadic.cpp1038 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
HDSemaDeclObjC.cpp569 SemaRef.TUScope, nullptr, CCC, Sema::CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1322 nullptr, CCC, Sema::CTK_ErrorRecovery); in FindProtocolDeclaration()
1701 nullptr, CCC, Sema::CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
5438 SemaRef.TUScope, nullptr, CCC, Sema::CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
HDSemaLookup.cpp5288 OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
5366 OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
HDSemaExprObjC.cpp2118 nullptr, nullptr, CCC, Sema::CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2368 Sema::CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
HDSemaTemplate.cpp522 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
693 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName()
3540 FilterCCC, CTK_ErrorRecovery); in resolveAssumedTemplateNameAsType()
HDSemaDecl.cpp401 S, SS, CCC, CTK_ErrorRecovery); in getTypeName()
698 CCC, CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
966 &SS, *CCC, CTK_ErrorRecovery)) { in ClassifyName()
8987 &ExtraArgs.D.getCXXScopeSpec(), CCC, Sema::CTK_ErrorRecovery, in DiagnoseInvalidRedeclaration()
HDSemaDeclCXX.cpp4415 CCC, CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
12069 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
12860 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
HDSemaExpr.cpp2498 nullptr, CTK_ErrorRecovery, LookupCtx); in DiagnoseEmptyLookup()
2503 &SS, CCC, CTK_ErrorRecovery, LookupCtx))) { in DiagnoseEmptyLookup()
5706 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
HDSemaInit.cpp2865 Sema::CTK_ErrorRecovery, RD)) { in CheckDesignatedInitializer()
HDSemaOpenMP.cpp3102 CCC, Sema::CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
22129 CCC, Sema::CTK_ErrorRecovery)) { in lookupOpenMPDeclareTargetName()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9393 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator