Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1754 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const { in getAsObjCQualifiedInterfaceType() function in Type
1765 return getAsObjCQualifiedInterfaceType() != nullptr; in isObjCQualifiedInterfaceType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5748 qual_type->getAsObjCQualifiedInterfaceType(); in GetNumDirectBaseClasses()
5848 qual_type->getAsObjCQualifiedInterfaceType(); in GetDirectBaseClassAtIndex()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2494 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;