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

Completed in 503 milliseconds