Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/AST/DeclCXX.h
Show First 20 Lines • Show All 254 Lines • ▼ Show 20 Lines | class CXXRecordDecl : public RecordDecl { | ||||
friend class ASTDeclReader; | friend class ASTDeclReader; | ||||
friend class ASTDeclWriter; | friend class ASTDeclWriter; | ||||
friend class ASTNodeImporter; | friend class ASTNodeImporter; | ||||
friend class ASTReader; | friend class ASTReader; | ||||
friend class ASTRecordWriter; | friend class ASTRecordWriter; | ||||
friend class ASTWriter; | friend class ASTWriter; | ||||
friend class DeclContext; | friend class DeclContext; | ||||
friend class LambdaExpr; | friend class LambdaExpr; | ||||
friend class ODRDiagsEmitter; | |||||
friend void FunctionDecl::setPure(bool); | friend void FunctionDecl::setPure(bool); | ||||
friend void TagDecl::startDefinition(); | friend void TagDecl::startDefinition(); | ||||
/// Values used in DefinitionData fields to represent special members. | /// Values used in DefinitionData fields to represent special members. | ||||
enum SpecialMemberFlags { | enum SpecialMemberFlags { | ||||
SMF_DefaultConstructor = 0x1, | SMF_DefaultConstructor = 0x1, | ||||
SMF_CopyConstructor = 0x2, | SMF_CopyConstructor = 0x2, | ||||
▲ Show 20 Lines • Show All 4,007 Lines • Show Last 20 Lines |