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 463 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
477 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const {
478 // There is no sugar for ObjCObjectType's, just return the canonical
481 if (const ObjCObjectType *T = getAs<ObjCObjectType>())
931 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 2986 milliseconds