Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp664 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1286 std::move(Validator), Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
HDSemaCXXScopeSpec.cpp593 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
HDSemaTemplateVariadic.cpp846 CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
HDSemaDeclObjC.cpp488 CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1198 CTK_ErrorRecovery); in FindProtocolDeclaration()
1572 CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
HDSemaLookup.cpp4401 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
4521 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
HDSemaExprObjC.cpp1887 CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2113 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
HDSemaDecl.cpp332 CTK_ErrorRecovery); in getTypeName()
570 CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
812 CTK_ErrorRecovery)) { in ClassifyName()
1646 CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
6729 Sema::CTK_ErrorRecovery, IsLocalFriend ? nullptr : NewDC))) { in DiagnoseInvalidRedeclaration()
HDSemaDeclCXX.cpp2940 CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
7527 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
8158 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
HDSemaExpr.cpp1913 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
1918 &SS, std::move(CCC), CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
4277 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
HDSemaOpenMP.cpp790 llvm::make_unique<VarDeclFilterCCC>(*this), CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
HDSemaTemplate.cpp328 std::move(FilterCCC), CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
HDSemaInit.cpp2124 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2780 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator