class TypedefInfo
Declaration
class TypedefInfo : public CommonTypeInfo { /* full declaration omitted */ };
Description
Describes API notes data for a typedef.
Declared at: clang/include/clang/APINotes/Types.h:699
Inherits from: CommonTypeInfo
Member Variables
- public llvm::Optional<SwiftNewTypeKind> SwiftWrapper
Inherited from CommonEntityInfo:
Method Overview
- public TypedefInfo()
- public void dump(llvm::raw_ostream & OS) const
Inherited from CommonTypeInfo:
- public dump
- public getNSErrorDomain
- public getSwiftBridge
- public setNSErrorDomain
- public setNSErrorDomain
- public setSwiftBridge
- public setSwiftBridge
Inherited from CommonEntityInfo:
Methods
¶TypedefInfo()
TypedefInfo()
Declared at: clang/include/clang/APINotes/Types.h:703
¶void dump(llvm::raw_ostream& OS) const
void dump(llvm::raw_ostream& OS) const
Declared at: clang/include/clang/APINotes/Types.h:714