Home
last modified time | relevance | path

Searched refs:getAsObjCQualifiedClassType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1712 const ObjCObjectPointerType *Type::getAsObjCQualifiedClassType() const { in getAsObjCQualifiedClassType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2242 const ObjCObjectPointerType *getAsObjCQualifiedClassType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp2979 = ReceiverType->getAsObjCQualifiedClassType(); in BuildInstanceMessage()