Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp189 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 DSemaDeclCXX.cpp160 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 DSemaExprCXX.cpp4488 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 DSema.cpp1435 S.ResolveExceptionSpec(Loc, FPT); in checkEscapingByref()
H A DSemaOverload.cpp65 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 DSemaTemplateDeduction.cpp4101 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT)) in DeduceTemplateArguments()
H A DSemaExpr.cpp2879 ResolveExceptionSpec(Loc, FPT); in BuildDeclarationNameExpr()
14681 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
H A DSemaDecl.cpp12980 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1473 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,