HomeSort by relevance Sort by last modified time
    Searched defs:ObjCObjectType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Type.cpp 471 const ObjCObjectType *&bound) const {
492 ->getAs<ObjCObjectType>();
535 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
571 bool ObjCObjectType::isSpecialized() const {
577 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
589 ArrayRef<QualType> ObjCObjectType::getTypeArgs() const {
595 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
607 bool ObjCObjectType::isKindOfType() const {
612 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 108 milliseconds