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.cpp863 bool isKindOf) in ObjCObjectType() argument
865 ObjCObjectTypeBits.IsKindOf = isKindOf; in ObjCObjectType()
4583 bool isKindOf) { in Profile() argument
4591 ID.AddBoolean(isKindOf); in Profile()
H A DASTContext.cpp6121 bool isKindOf) const { in getObjCObjectType()
6124 if (typeArgs.empty() && protocols.empty() && !isKindOf && in getObjCObjectType()
6130 ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf); in getObjCObjectType()
6175 canonProtocols, isKindOf); in getObjCObjectType()
6187 isKindOf); in getObjCObjectType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7540 bool isKindOf);
7657 bool isKindOf)
7658 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {}
7666 bool isKindOf);
H A DASTContext.h1929 bool isKindOf) const;