Home
last modified time | relevance | path

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

/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()
DSemaLookup.cpp4665 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
4784 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
DSemaExprObjC.cpp1887 CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2128 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
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/clang/include/clang/Sema/
DSema.h2904 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator