Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaExprMember.cpp705 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1393 std::move(Validator), Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
DSemaCXXScopeSpec.cpp620 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
DSemaTemplateVariadic.cpp851 CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
DSemaDeclObjC.cpp485 CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1217 CTK_ErrorRecovery); in FindProtocolDeclaration()
1598 CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
DSemaExprObjC.cpp1887 CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2128 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
DSemaLookup.cpp4665 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
4784 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
DSemaDecl.cpp340 CTK_ErrorRecovery); in getTypeName()
614 CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
856 CTK_ErrorRecovery)) { in ClassifyName()
1700 CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
7203 Sema::CTK_ErrorRecovery, IsLocalFriend ? nullptr : NewDC))) { in DiagnoseInvalidRedeclaration()
DSemaDeclCXX.cpp2950 CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
7683 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
8361 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
DSemaExpr.cpp1956 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
1961 &SS, std::move(CCC), CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
4652 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
DSemaOpenMP.cpp1164 llvm::make_unique<VarDeclFilterCCC>(*this), CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
11506 CTK_ErrorRecovery)) { in ActOnOpenMPDeclareTargetName()
DSemaInit.cpp2209 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
DSemaTemplate.cpp332 std::move(FilterCCC), CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp625 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
DSemaExprMember.cpp730 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1354 Validator, Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
DSemaTemplateVariadic.cpp1025 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
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()
DSemaExprObjC.cpp2106 nullptr, nullptr, CCC, CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2357 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
DSemaLookup.cpp4983 OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
5099 OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
DSemaTemplate.cpp517 &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
688 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName()
3859 FilterCCC, CTK_ErrorRecovery); in resolveAssumedTemplateNameAsType()
DSemaDecl.cpp381 S, SS, CCC, CTK_ErrorRecovery); in getTypeName()
679 CCC, CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
957 &SS, *CCC, CTK_ErrorRecovery)) { in ClassifyName()
1991 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
8277 &ExtraArgs.D.getCXXScopeSpec(), CCC, Sema::CTK_ErrorRecovery, in DiagnoseInvalidRedeclaration()
DSemaDeclCXX.cpp4245 CCC, CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
11359 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
12088 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
DSemaExpr.cpp2269 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
2274 S, &SS, CCC, CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
5711 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
DSemaInit.cpp2549 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
DSemaOpenMP.cpp2789 CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
18618 CTK_ErrorRecovery)) { in lookupOpenMPDeclareTargetName()
/external/clang/include/clang/Sema/
DSema.h2904 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator

12