Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp147 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()
DSemaDeclCXX.cpp159 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()
DSemaExprCXX.cpp3915 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()
DSemaDecl.cpp11346 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
DSemaExpr.cpp13065 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
/external/clang/include/clang/Sema/
DSema.h1307 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,