Searched refs:ResolveExceptionSpec (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 189 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 497 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl() 500 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl() 753 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 756 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 1008 FT = S.ResolveExceptionSpec(E->getBeginLoc(), FT); in canCalleeThrow()
|
| H A D | SemaDeclCXX.cpp | 160 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 11009 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 11144 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 11287 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 11943 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 12317 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 12600 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 12730 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 15153 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
| H A D | SemaExprCXX.cpp | 4488 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 4736 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4825 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4864 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
| H A D | Sema.cpp | 1435 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
|
| H A D | SemaOverload.cpp | 65 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr() 10956 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType() 11401 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction() 13768 ResolveExceptionSpec(E->getExprLoc(), FPT); in FixOverloadedFunctionReference()
|
| H A D | SemaTemplateDeduction.cpp | 4101 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
|
| H A D | SemaExpr.cpp | 2879 ResolveExceptionSpec(Loc, FPT); in BuildDeclarationNameExpr() 14681 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
| H A D | SemaDecl.cpp | 12980 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1473 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|