Searched refs:ResolveExceptionSpec (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp216 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { function in class:clang::Sema
535 Old = S.ResolveExceptionSpec(NewLoc, Old);
538 New = S.ResolveExceptionSpec(NewLoc, New);
790 Superset = ResolveExceptionSpec(SuperLoc, Superset);
793 Subset = ResolveExceptionSpec(SubLoc, Subset);
1064 FT = S.ResolveExceptionSpec(Loc.isInvalid() ? E->getBeginLoc() : Loc, FT);
H A DSemaDeclCXX.cpp190 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
9176 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>());
14038 ResolveExceptionSpec(CurrentLocation,
14176 ResolveExceptionSpec(CurrentLocation,
14325 ResolveExceptionSpec(CurrentLocation,
15026 ResolveExceptionSpec(CurrentLocation,
15421 ResolveExceptionSpec(CurrentLocation,
15731 ResolveExceptionSpec(CurrentLocation,
15867 ResolveExceptionSpec(CurrentLocation,
18781 ResolveExceptionSpec(Lo
[all...]
H A DSemaExprMember.cpp962 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT))
H A DSemaExprCXX.cpp5026 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
5297 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
5385 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
5423 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
H A DSema.cpp2222 S.ResolveExceptionSpec(Loc, FPT);
H A DSemaTemplateDeduction.cpp4556 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT))
H A DSemaOverload.cpp82 S.ResolveExceptionSpec(Loc, FPT);
12638 !S.ResolveExceptionSpec(Loc, FPT))
13093 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT);
H A DSemaExpr.cpp2305 if (const auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT))
19088 ResolveExceptionSpec(Loc, FPT);
H A DSemaDecl.cpp15832 ResolveExceptionSpec(D->getLocation(), FPT);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2180 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,

Completed in 544 milliseconds