Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp1688 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const { in getAsObjCQualifiedInterfaceType() function in Type
1699 return getAsObjCQualifiedInterfaceType() != nullptr; in isObjCQualifiedInterfaceType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DType.h2243 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5777 qual_type->getAsObjCQualifiedInterfaceType(); in GetNumDirectBaseClasses()
5877 qual_type->getAsObjCQualifiedInterfaceType(); in GetDirectBaseClassAtIndex()