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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp205 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { function in class:clang::Sema
523 Old = S.ResolveExceptionSpec(NewLoc, Old);
526 New = S.ResolveExceptionSpec(NewLoc, New);
780 Superset = ResolveExceptionSpec(SuperLoc, Superset);
783 Subset = ResolveExceptionSpec(SubLoc, Subset);
1050 FT = S.ResolveExceptionSpec(Loc.isInvalid() ? E->getBeginLoc() : Loc, FT);
H A DSemaDeclCXX.cpp168 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
8489 ResolveExceptionSpec(UseLoc, FD->getType()->castAs<FunctionProtoType>());
12988 ResolveExceptionSpec(CurrentLocation,
13125 ResolveExceptionSpec(CurrentLocation,
13273 ResolveExceptionSpec(CurrentLocation,
13965 ResolveExceptionSpec(CurrentLocation,
14343 ResolveExceptionSpec(CurrentLocation,
14629 ResolveExceptionSpec(CurrentLocation,
14762 ResolveExceptionSpec(CurrentLocation,
17259 ResolveExceptionSpec(Lo
[all...]
H A DSemaExprCXX.cpp4653 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
4902 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
4990 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
5028 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
H A DSemaExprMember.cpp929 if (auto *NewFPT = ResolveExceptionSpec(MemberNameInfo.getLoc(), FPT))
H A DSema.cpp1864 S.ResolveExceptionSpec(Loc, FPT);
H A DSemaTemplateDeduction.cpp4317 !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT))
H A DSemaOverload.cpp75 S.ResolveExceptionSpec(Loc, FPT);
11684 !S.ResolveExceptionSpec(Loc, FPT))
12129 ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT);
H A DSemaExpr.cpp1970 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT))
16738 ResolveExceptionSpec(Loc, FPT);
H A DSemaDecl.cpp14038 ResolveExceptionSpec(D->getLocation(), FPT);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1751 const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,

Completed in 370 milliseconds