Searched defs:ComputingExceptionSpec (Results 1 – 1 of 1) sorted by relevance
7211 struct ComputingExceptionSpec { struct7212 Sema &S;7214 ComputingExceptionSpec(Sema &S, FunctionDecl *FD, SourceLocation Loc) in ComputingExceptionSpec() argument7222 ~ComputingExceptionSpec() { in ~ComputingExceptionSpec()