Home
last modified time | relevance | path

Searched refs:isKindOf (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp813 bool isKindOf) in ObjCObjectType() argument
815 ObjCObjectTypeBits.IsKindOf = isKindOf; in ObjCObjectType()
4368 bool isKindOf) { in Profile() argument
4376 ID.AddBoolean(isKindOf); in Profile()
HDASTContext.cpp5702 bool isKindOf) const { in getObjCObjectType()
5705 if (typeArgs.empty() && protocols.empty() && !isKindOf && in getObjCObjectType()
5711 ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf); in getObjCObjectType()
5756 canonProtocols, isKindOf); in getObjCObjectType()
5768 isKindOf); in getObjCObjectType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h7184 bool isKindOf);
7301 bool isKindOf)
7302 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {}
7310 bool isKindOf);
HDASTContext.h1751 bool isKindOf) const;