forked from OSchip/llvm-project
parent
812523570e
commit
b6c9d56eb5
|
@ -589,7 +589,8 @@ class ObjCInterfaceDecl : public ObjCContainerDecl
|
|||
};
|
||||
|
||||
ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
|
||||
SourceLocation CLoc, bool isInternal);
|
||||
SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
|
||||
bool isInternal);
|
||||
|
||||
void LoadExternalDefinition() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue