Searched refs:ResolveExceptionSpec (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 141 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 411 Old = ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpec() 414 New = ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpec() 599 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 602 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 903 FT = S.ResolveExceptionSpec(E->getLocStart(), FT); in canCalleeThrow()
|
D | SemaDeclCXX.cpp | 159 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 8962 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 9437 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 10342 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 10778 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 10959 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 11131 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 13324 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
D | SemaExprCXX.cpp | 3655 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 3891 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 3977 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4013 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
D | SemaDecl.cpp | 10940 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
D | SemaExpr.cpp | 12506 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1285 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|