Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1694 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const { in getAsObjCQualifiedInterfaceType() function in Type
1705 return getAsObjCQualifiedInterfaceType() != nullptr; in isObjCQualifiedInterfaceType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5818 qual_type->getAsObjCQualifiedInterfaceType(); in GetNumDirectBaseClasses()
5918 qual_type->getAsObjCQualifiedInterfaceType(); in GetDirectBaseClassAtIndex()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2319 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;