Searched refs:ResolveExceptionSpec (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 210 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 D | SemaDeclCXX.cpp | 183 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 D | SemaExprMember.cpp | 929 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
|
| H A D | SemaExprCXX.cpp | 4944 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 D | Sema.cpp | 2178 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
|
| H A D | SemaOverload.cpp | 78 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr() 12174 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType() 12623 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
|
| H A D | SemaTemplateDeduction.cpp | 4371 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
|
| H A D | SemaExpr.cpp | 2107 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr() 18441 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
| H A D | SemaDecl.cpp | 15274 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 2130 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|