Searched refs:ResolveExceptionSpec (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 209 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 525 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl() 528 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl() 776 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 779 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 1045 FT = S.ResolveExceptionSpec(Loc.isInvalid() ? E->getBeginLoc() : Loc, FT); in canCalleeThrow()
|
| H A D | SemaTypeTraits.cpp | 584 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 972 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 1060 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 1098 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
| H A D | SemaDeclCXX.cpp | 191 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 9251 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>()); in DefineDefaultedComparison() 14201 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 14341 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 14490 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 15189 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 15586 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 15901 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 16039 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 19112 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
| H A D | SemaExprMember.cpp | 847 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
|
| H A D | Sema.cpp | 2399 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
|
| H A D | SemaOverload.cpp | 84 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr() 13456 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType() 13922 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
|
| H A D | SemaExpr.cpp | 2397 if (const auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr() 18512 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
| H A D | SemaTemplate.cpp | 9445 !ResolveExceptionSpec(FD->getLocation(), SpecializationFPT)) in CheckFunctionTemplateSpecialization()
|
| H A D | SemaDecl.cpp | 16047 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6576 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|