Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1572 const ObjCObjectPointerType *Type::getAsObjCQualifiedClassType() const { in getAsObjCQualifiedClassType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2149 const ObjCObjectPointerType *getAsObjCQualifiedClassType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2793 = ReceiverType->getAsObjCQualifiedClassType(); in BuildInstanceMessage()