Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1028 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
H A DSemaDeclObjC.cpp561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1323 TUScope, nullptr, CCC, CTK_ErrorRecovery); in FindProtocolDeclaration()
1705 lookupKind, S, nullptr, CCC, CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaExprObjC.cpp2105 nullptr, nullptr, CCC, CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2356 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
H A DSemaLookup.cpp5366 OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
5482 OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
H A DSemaTemplate.cpp522 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
693 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName()
4061 FilterCCC, CTK_ErrorRecovery); in resolveAssumedTemplateNameAsType()
H A DSemaDecl.cpp442 S, SS, CCC, CTK_ErrorRecovery); in getTypeName()
739 CCC, CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
1006 &SS, *CCC, CTK_ErrorRecovery)) { in ClassifyName()
2315 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
8907 &ExtraArgs.D.getCXXScopeSpec(), CCC, Sema::CTK_ErrorRecovery, in DiagnoseInvalidRedeclaration()
H A DSemaDeclCXX.cpp4370 CCC, CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
11723 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
12545 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
H A DSemaExpr.cpp2333 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
2338 S, &SS, CCC, CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
6215 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
H A DSemaInit.cpp2620 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
H A DSemaOpenMP.cpp3041 CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
22875 CTK_ErrorRecovery)) { in lookupOpenMPDeclareTargetName()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4523 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator