Searched refs:ResolveExceptionSpec (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 147 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 417 Old = ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpec() 420 New = ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpec() 605 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 608 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 909 FT = S.ResolveExceptionSpec(E->getLocStart(), FT); in canCalleeThrow()
|
D | SemaDeclCXX.cpp | 159 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 9218 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 9398 ResolveExceptionSpec(CurrentLocation, in DefineInheritingConstructor() 9537 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 10469 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 10906 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 11090 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 11265 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 13546 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
D | SemaExprCXX.cpp | 3915 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 4151 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4237 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4273 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
D | SemaDecl.cpp | 11346 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
D | SemaExpr.cpp | 13065 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1307 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|