diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-09-29 19:43:35 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-09-29 19:43:35 +0000 |
commit | 73360e1bbbb17d9fd9f95943d928663c36d12106 (patch) | |
tree | 3304a64560f39a511a28056951f31294653dd723 /clang/lib/Sema/Sema.h | |
parent | a7a36dfdb6583fb2bb469d3b9403a8c380a4d0ff (diff) | |
download | bcm5719-llvm-73360e1bbbb17d9fd9f95943d928663c36d12106.tar.gz bcm5719-llvm-73360e1bbbb17d9fd9f95943d928663c36d12106.zip |
Introduce ObjCProtocolListLoc for keeping source location information for protocol references.
llvm-svn: 83094
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r-- | clang/lib/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index db2bde0d94b..14c71af934c 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -449,7 +449,7 @@ public: // QualType adjustParameterType(QualType T); QualType ConvertDeclSpecToType(const DeclSpec &DS, SourceLocation DeclLoc, - bool &IsInvalid); + bool &IsInvalid, QualType &SourceTy); void ProcessTypeAttributeList(QualType &Result, const AttributeList *AL); QualType BuildPointerType(QualType T, unsigned Quals, SourceLocation Loc, DeclarationName Entity); |