Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp538 bool isKindOf) in ObjCObjectType() argument
545 ObjCObjectTypeBits.IsKindOf = isKindOf; in ObjCObjectType()
3198 bool isKindOf) { in Profile() argument
3206 ID.AddBoolean(isKindOf); in Profile()
DASTContext.cpp3725 bool isKindOf) const { in getObjCObjectType()
3728 if (typeArgs.empty() && protocols.empty() && !isKindOf && in getObjCObjectType()
3734 ObjCObjectTypeImpl::Profile(ID, baseType, typeArgs, protocols, isKindOf); in getObjCObjectType()
3782 canonProtocols, isKindOf); in getObjCObjectType()
3794 isKindOf); in getObjCObjectType()
/external/clang/include/clang/AST/
DType.h4765 bool isKindOf);
4906 bool isKindOf)
4907 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {}
4915 bool isKindOf);
DASTContext.h1288 bool isKindOf) const;