Home
last modified time | relevance | path

Searched refs:getAsObjCQualifiedIdType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DType.cpp1478 const ObjCObjectPointerType *Type::getAsObjCQualifiedIdType() const { in getAsObjCQualifiedIdType() function in Type
DASTContext.cpp6833 if (const ObjCObjectPointerType *lhsQID = lhs->getAsObjCQualifiedIdType()) { in ObjCQualifiedIdTypesAreCompatible()
6887 const ObjCObjectPointerType *rhsQID = rhs->getAsObjCQualifiedIdType(); in ObjCQualifiedIdTypesAreCompatible()
/external/clang/include/clang/AST/
DType.h1841 const ObjCObjectPointerType *getAsObjCQualifiedIdType() const;
/external/clang/lib/Sema/
DSemaExprObjC.cpp2733 = ReceiverType->getAsObjCQualifiedIdType()) { in BuildInstanceMessage()
DSemaCodeComplete.cpp5778 = ReceiverType->getAsObjCQualifiedIdType()) { in CodeCompleteObjCInstanceMessage()