Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp141 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 DSemaDeclCXX.cpp159 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 DSemaExprCXX.cpp3257 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 DSemaDecl.cpp10354 ResolveExceptionSpec(D->getLocation(), FPT); in ActOnStartOfFunctionDef()
H A DSemaExpr.cpp11670 ResolveExceptionSpec(Loc, FPT); in MarkFunctionReferenced()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1199 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,