Home
last modified time | relevance | path

Searched refs:ResolveExceptionSpec (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp209 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 DSemaTypeTraits.cpp584 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 DSemaDeclCXX.cpp191 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 DSemaExprMember.cpp847 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
H A DSema.cpp2399 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
H A DSemaOverload.cpp84 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr()
13456 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType()
13922 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
H A DSemaExpr.cpp2397 if (const auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr()
18512 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
H A DSemaTemplate.cpp9445 !ResolveExceptionSpec(FD->getLocation(), SpecializationFPT)) in CheckFunctionTemplateSpecialization()
H A DSemaDecl.cpp16047 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6576 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,