forked from OSchip/llvm-project
parent
e5c79d5ea8
commit
c1939d3967
|
@ -203,7 +203,6 @@ class ASTContext : public llvm::RefCountedBase<ASTContext> {
|
|||
mutable TypedefDecl *ObjCSelDecl;
|
||||
|
||||
QualType ObjCProtoType;
|
||||
const RecordType *ProtoStructType;
|
||||
|
||||
/// \brief The typedef for the predefined 'Class' type.
|
||||
mutable TypedefDecl *ObjCClassDecl;
|
||||
|
|
Loading…
Reference in New Issue