Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp759 bool isKindOf) in ObjCObjectType() argument
761 ObjCObjectTypeBits.IsKindOf = isKindOf; in ObjCObjectType()
4138 bool isKindOf) { in Profile() argument
4146 ID.AddBoolean(isKindOf); in Profile()
H A DASTContext.cpp5292 bool isKindOf) const { in getObjCObjectType()
5295 if (typeArgs.empty() && protocols.empty() && !isKindOf && in getObjCObjectType()
5301 ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf); in getObjCObjectType()
5346 canonProtocols, isKindOf); in getObjCObjectType()
5358 isKindOf); in getObjCObjectType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6270 bool isKindOf);
6387 bool isKindOf)
6388 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {}
6396 bool isKindOf);
H A DASTContext.h1689 bool isKindOf) const;