Searched refs:CTK_ErrorRecovery (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 774 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord() 1417 Validator, Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
|
H A D | SemaCXXScopeSpec.cpp | 550 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
|
H A D | SemaTemplateVariadic.cpp | 1038 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
|
H A D | SemaDeclObjC.cpp | 569 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()
|
H A D | SemaLookup.cpp | 5288 OPT, Mode == CTK_ErrorRecovery); in CorrectTypo() 5366 OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
|
H A D | SemaExprObjC.cpp | 2118 nullptr, nullptr, CCC, Sema::CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr() 2368 Sema::CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
|
H A D | SemaTemplate.cpp | 522 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName() 693 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName() 3540 FilterCCC, CTK_ErrorRecovery); in resolveAssumedTemplateNameAsType()
|
H A D | SemaDecl.cpp | 401 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()
|
H A D | SemaDeclCXX.cpp | 4415 CCC, CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer() 12069 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection() 12860 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
|
H A D | SemaExpr.cpp | 2498 nullptr, CTK_ErrorRecovery, LookupCtx); in DiagnoseEmptyLookup() 2503 &SS, CCC, CTK_ErrorRecovery, LookupCtx))) { in DiagnoseEmptyLookup() 5706 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
|
H A D | SemaInit.cpp | 2865 Sema::CTK_ErrorRecovery, RD)) { in CheckDesignatedInitializer()
|
H A D | SemaOpenMP.cpp | 3102 CCC, Sema::CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression() 22129 CCC, Sema::CTK_ErrorRecovery)) { in lookupOpenMPDeclareTargetName()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9393 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator
|