Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp729 Sema::CTK_ErrorRecovery, DC); in LookupMemberExprInRecord()
1339 std::move(Validator), Sema::CTK_ErrorRecovery, IDecl)) { in LookupMemberExpr()
H A DSemaCXXScopeSpec.cpp621 CTK_ErrorRecovery, LookupCtx, EnteringContext)) { in BuildCXXNestedNameSpecifier()
H A DSemaTemplateVariadic.cpp973 CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
H A DSemaDeclObjC.cpp557 CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1300 CTK_ErrorRecovery); in FindProtocolDeclaration()
1679 CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
H A DSemaLookup.cpp4750 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypo()
4869 EnteringContext, OPT, Mode == CTK_ErrorRecovery); in CorrectTypoDelayed()
H A DSemaExprObjC.cpp1929 CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr()
2176 CTK_ErrorRecovery, nullptr, false, nullptr, false)) { in getObjCMessageKind()
H A DSemaDecl.cpp375 CTK_ErrorRecovery); in getTypeName()
672 CTK_ErrorRecovery)) { in DiagnoseUnknownTypeName()
933 CTK_ErrorRecovery)) { in ClassifyName()
1868 CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
7755 Sema::CTK_ErrorRecovery, IsLocalFriend ? nullptr : NewDC))) { in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp406 std::move(FilterCCC), CTK_ErrorRecovery, LookupCtx)) { in LookupTemplateName()
566 CTK_ErrorRecovery, LookupCtx)) { in diagnoseExprIntendedAsTemplateName()
H A DSemaDeclCXX.cpp3929 CTK_ErrorRecovery, ClassDecl))) { in BuildMemInitializer()
9337 Sema::CTK_ErrorRecovery)) { in TryNamespaceTypoCorrection()
10062 CTK_ErrorRecovery)) { in BuildUsingDeclaration()
H A DSemaExpr.cpp1916 nullptr, CTK_ErrorRecovery); in DiagnoseEmptyLookup()
1921 &SS, std::move(CCC), CTK_ErrorRecovery))) { in DiagnoseEmptyLookup()
4832 Sema::CTK_ErrorRecovery)) { in TryTypoCorrectionForCall()
H A DSemaOpenMP.cpp1873 llvm::make_unique<VarDeclFilterCCC>(*this), CTK_ErrorRecovery)) { in ActOnOpenMPIdExpression()
13626 CTK_ErrorRecovery)) { in ActOnOpenMPDeclareTargetName()
H A DSemaInit.cpp2401 Sema::CTK_ErrorRecovery, RT->getDecl())) { in CheckDesignatedInitializer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3272 CTK_ErrorRecovery // CorrectTypo used in normal error recovery. enumerator