summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-06-29 16:22:52 +0000
committerSteve Naroff <snaroff@apple.com>2009-06-29 16:22:52 +0000
commit8d9cc9ebc1c5e68d5acac19d7efaac1d13d1349b (patch)
treec89084be142b25cfb03a8b79fdddda76feef96a8 /clang/lib/AST
parentdbf11ba8008d59904a447925b7d1529af7cffd9a (diff)
downloadbcm5719-llvm-8d9cc9ebc1c5e68d5acac19d7efaac1d13d1349b.tar.gz
bcm5719-llvm-8d9cc9ebc1c5e68d5acac19d7efaac1d13d1349b.zip
Remove ASTContext::getObjCQualifiedIdType().
Convert clients to use ASTContext::getObjCObjectPointerType(). llvm-svn: 74424
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/ASTContext.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index 12f75ae863a..86b58177437 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/lib/AST/ASTContext.cpp
@@ -1636,13 +1636,6 @@ QualType ASTContext::getObjCQualifiedInterfaceType(ObjCInterfaceDecl *Decl,
return QualType(QType, 0);
}
-/// getObjCQualifiedIdType - Return an ObjCQualifiedIdType for the 'id' decl
-/// and the conforming protocol list.
-QualType ASTContext::getObjCQualifiedIdType(ObjCProtocolDecl **Protocols,
- unsigned NumProtocols) {
- return getObjCObjectPointerType(0, Protocols, NumProtocols);
-}
-
/// getTypeOfExprType - Unlike many "get<Type>" functions, we can't unique
/// TypeOfExprType AST's (since expression's are never shared). For example,
/// multiple declarations that refer to "typeof(x)" all contain different
OpenPOWER on IntegriCloud