Searched refs:ResolveExceptionSpec (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 141 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec() function in clang::Sema 386 Old = ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpec() 389 New = ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpec() 574 Superset = ResolveExceptionSpec(SuperLoc, Superset); in CheckExceptionSpecSubset() 577 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 876 FT = S.ResolveExceptionSpec(E->getLocStart(), FT); in canCalleeThrow()
|
| H A D | SemaDeclCXX.cpp | 159 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl() 8863 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDefaultConstructor() 9338 ResolveExceptionSpec(CurrentLocation, in DefineImplicitDestructor() 10193 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyAssignment() 10627 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveAssignment() 10808 ResolveExceptionSpec(CurrentLocation, in DefineImplicitCopyConstructor() 10980 ResolveExceptionSpec(CurrentLocation, in DefineImplicitMoveConstructor() 13149 ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>()); in MarkVirtualMemberExceptionSpecsNeeded()
|
| H A D | SemaExprCXX.cpp | 3257 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 3545 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 3583 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
|
| H A D | SemaDecl.cpp | 10354 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
|
| H A D | SemaExpr.cpp | 11670 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1199 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,
|