reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1596   const FunctionProtoType *ResolveExceptionSpec(SourceLocation Loc,

References

tools/clang/lib/Sema/Sema.cpp
 1687       S.ResolveExceptionSpec(Loc, FPT);
tools/clang/lib/Sema/SemaDecl.cpp
13613     ResolveExceptionSpec(D->getLocation(), FPT);
tools/clang/lib/Sema/SemaDeclCXX.cpp
  160   Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
11509   ResolveExceptionSpec(CurrentLocation,
11645   ResolveExceptionSpec(CurrentLocation,
11793   ResolveExceptionSpec(CurrentLocation,
12464   ResolveExceptionSpec(CurrentLocation,
12841   ResolveExceptionSpec(CurrentLocation,
13126   ResolveExceptionSpec(CurrentLocation,
13258   ResolveExceptionSpec(CurrentLocation,
15748       ResolveExceptionSpec(Loc, I->getType()->castAs<FunctionProtoType>());
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  506   Old = S.ResolveExceptionSpec(NewLoc, Old);
  509   New = S.ResolveExceptionSpec(NewLoc, New);
  763   Superset = ResolveExceptionSpec(SuperLoc, Superset);
  766   Subset = ResolveExceptionSpec(SubLoc, Subset);
 1029   FT = S.ResolveExceptionSpec(E->getBeginLoc(), FT);
tools/clang/lib/Sema/SemaExpr.cpp
 3001       ResolveExceptionSpec(Loc, FPT);
15481     ResolveExceptionSpec(Loc, FPT);
tools/clang/lib/Sema/SemaExprCXX.cpp
 4492         CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
 4742         CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
 4831           CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
 4870           CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
tools/clang/lib/Sema/SemaOverload.cpp
   64     S.ResolveExceptionSpec(Loc, FPT);
11280       !S.ResolveExceptionSpec(Loc, FPT))
11725       ResolveExceptionSpec(AddressOfExpr->getExprLoc(), FPT);
14239     ResolveExceptionSpec(E->getExprLoc(), FPT);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4109       !ResolveExceptionSpec(Info.getLocation(), SpecializationFPT))