Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1817 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const { in getAsObjCQualifiedInterfaceType() function in Type
1828 return getAsObjCQualifiedInterfaceType() != nullptr; in isObjCQualifiedInterfaceType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5835 qual_type->getAsObjCQualifiedInterfaceType(); in GetNumDirectBaseClasses()
5935 qual_type->getAsObjCQualifiedInterfaceType(); in GetDirectBaseClassAtIndex()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2747 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;