Searched refs:ResolveExceptionSpec (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 205 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 523 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl() 526 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl() 780 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 783 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 1050 FT = S.ResolveExceptionSpec(Loc.isInvalid() ? E->getBeginLoc() : Loc, FT); in canCalleeThrow()
|
| H A D | SemaDeclCXX.cpp | 168 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 8617 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>()); in DefineDefaultedComparison() 13097 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 13234 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 13383 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 14084 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 14463 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 14750 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 14884 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 17401 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
| H A D | SemaExprMember.cpp | 926 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT)) in BuildMemberExpr()
|
| H A D | SemaExprCXX.cpp | 4750 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 5001 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 5089 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 5127 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
| H A D | Sema.cpp | 1965 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
|
| H A D | SemaOverload.cpp | 75 S.ResolveExceptionSpec(Loc, FPT); in CreateFunctionRefExpr() 11838 !S.ResolveExceptionSpec(Loc, FPT)) in completeFunctionType() 12283 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT); in ResolveAddressOfOverloadedFunction()
|
| H A D | SemaTemplateDeduction.cpp | 4382 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
|
| H A D | SemaExpr.cpp | 2040 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT)) in BuildDeclRefExpr() 17079 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
| H A D | SemaDecl.cpp | 14275 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1990 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|