Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp209 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 DSemaDeclCXX.cpp169 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 DSemaExprMember.cpp929 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
H A DSemaExprCXX.cpp4861 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 DSema.cpp2141 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
H A DSemaOverload.cpp74 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr()
12026 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType()
12472 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
H A DSemaTemplateDeduction.cpp4258 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
H A DSemaExpr.cpp2108 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr()
18135 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
H A DSemaDecl.cpp14847 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2098 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,