Lines Matching refs:ExceptionSpec
770 const Node *ExceptionSpec; variable
779 ExceptionSpec(ExceptionSpec_) {} in FunctionType()
782 F(Ret, Params, CVQuals, RefQual, ExceptionSpec); in match()
818 if (ExceptionSpec != nullptr) { in printRight()
820 ExceptionSpec->print(OB); in printRight()
3489 Node *ExceptionSpec = nullptr; in parseFunctionType() local
3491 ExceptionSpec = make<NameType>("noexcept"); in parseFunctionType()
3492 if (!ExceptionSpec) in parseFunctionType()
3498 ExceptionSpec = make<NoexceptSpec>(E); in parseFunctionType()
3499 if (!ExceptionSpec) in parseFunctionType()
3509 ExceptionSpec = in parseFunctionType()
3511 if (!ExceptionSpec) in parseFunctionType()
3547 ReferenceQualifier, ExceptionSpec); in parseFunctionType()