Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp210 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema
529 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl()
532 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl()
786 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset()
789 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset()
1056 FT = S.ResolveExceptionSpec(Loc.isInvalid() ? E->getBeginLoc() : Loc, FT); in canCalleeThrow()
H A DSemaDeclCXX.cpp183 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl()
8890 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>()); in DefineDefaultedComparison()
13599 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor()
13737 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor()
13886 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor()
14586 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment()
14970 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment()
15263 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor()
15398 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor()
18084 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
H A DSemaExprMember.cpp929 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
H A DSemaExprCXX.cpp4944 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
5215 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5303 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5341 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
H A DSema.cpp2178 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
H A DSemaOverload.cpp78 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr()
12174 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType()
12623 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
H A DSemaTemplateDeduction.cpp4371 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
H A DSemaExpr.cpp2107 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr()
18441 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
H A DSemaDecl.cpp15274 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2130 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,