forked from OSchip/llvm-project
Testing commit access with whitespace change.
llvm-svn: 333396
This commit is contained in:
parent
1a095524f2
commit
df55620c3e
|
@ -128,8 +128,8 @@ namespace clang {
|
|||
QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
|
||||
QualType VisitObjCObjectType(const ObjCObjectType *T);
|
||||
QualType VisitObjCObjectPointerType(const ObjCObjectPointerType *T);
|
||||
|
||||
// Importing declarations
|
||||
|
||||
// Importing declarations
|
||||
bool ImportDeclParts(NamedDecl *D, DeclContext *&DC,
|
||||
DeclContext *&LexicalDC, DeclarationName &Name,
|
||||
NamedDecl *&ToD, SourceLocation &Loc);
|
||||
|
|
Loading…
Reference in New Issue