]> granicus.if.org Git - clang/commit
eliminate getReferencedProtocols from
authorChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 04:44:08 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 04:44:08 +0000 (04:44 +0000)
commit065f0d7b00c3cd2b3139ebd105f50462fc778859
treebb5597966a47b823591f048c3e02e98ccbe02fab
parent3b27546b42bc3d5ec261f3228192350affb370be
eliminate getReferencedProtocols from
ObjCQualifiedIdType/ObjCQualifiedInterfaceType, adding an interator
interface instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49308 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/ASTContext.cpp