Searched refs:ResolveExceptionSpec (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 209 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 528 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl() 531 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl() 785 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 788 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 1055 FT = S.ResolveExceptionSpec(Loc.isInvalid() ? E->getBeginLoc() : Loc, FT); in canCalleeThrow()
|
| H A D | SemaDeclCXX.cpp | 169 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 8804 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>()); in DefineDefaultedComparison() 13490 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 13628 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 13777 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 14479 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 14854 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 15146 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 15279 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 17873 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
| H A D | SemaExprMember.cpp | 929 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
|
| H A D | SemaExprCXX.cpp | 4861 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 5112 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 5200 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 5238 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
| H A D | Sema.cpp | 2141 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
|
| H A D | SemaOverload.cpp | 74 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr() 12026 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType() 12472 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
|
| H A D | SemaTemplateDeduction.cpp | 4258 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
|
| H A D | SemaExpr.cpp | 2108 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr() 18135 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
| H A D | SemaDecl.cpp | 14847 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2098 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|