Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp729 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1353 Validator, Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
H A DSemaCXXScopeSpec.cpp625 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
H A DSemaTemplateVariadic.cpp1025 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
H A DSemaDeclObjC.cpp561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1307 TUScope, nullptr, CCC, CTK_ErrorRecovery); in FindProtocolDeclaration()
1689 lookupKind, S, nullptr, CCC, CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaLookup.cpp5032 OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
5148 OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
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 DSemaTemplate.cpp517 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
688 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName()
3891 FilterCCC, CTK_ErrorRecovery); in resolveAssumedTemplateNameAsType()
H A DSemaDecl.cpp381 S, SS, CCC, CTK_ErrorRecovery); in getTypeName()
677 CCC, CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
955 &SS, *CCC, CTK_ErrorRecovery)) { in ClassifyName()
1990 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
8338 &ExtraArgs.D.getCXXScopeSpec(), CCC, Sema::CTK_ErrorRecovery, in DiagnoseInvalidRedeclaration()
H A DSemaDeclCXX.cpp4266 CCC, CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
11418 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
12146 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
H A DSemaExpr.cpp2266 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
2271 S, &SS, CCC, CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
5745 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
H A DSemaInit.cpp2578 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
H A DSemaOpenMP.cpp2805 CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
20047 CTK_ErrorRecovery)) { in lookupOpenMPDeclareTargetName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4153 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator