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

Completed in 1579 milliseconds