Searched defs:ComputingExceptionSpec (Results 1 – 1 of 1) sorted by relevance
7136 struct ComputingExceptionSpec { struct7137 Sema &S;7139 ComputingExceptionSpec(Sema &S, FunctionDecl *FD, SourceLocation Loc) in ComputingExceptionSpec() argument7147 ~ComputingExceptionSpec() { in ~ComputingExceptionSpec()