struct FunctionType::ExceptionType

Declaration

struct FunctionType::ExceptionType { /* full declaration omitted */ };

Description

A simple holder for a QualType representing a type in an exception specification. Unfortunately needed by FunctionProtoType because TrailingObjects cannot handle repeated types.

Declared at: clang/include/clang/AST/Type.h:3856

Member Variables

public clang::QualType Type