Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp141 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()
DSemaDeclCXX.cpp159 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()
DSemaExprCXX.cpp3655 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()
DSemaDecl.cpp10940 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
DSemaExpr.cpp12506 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
/external/clang/include/clang/Sema/
DSema.h1285 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,