HomeSort by: relevance | last modified time | path
    Searched refs:typeBound (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 678 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo);
679 if (typeBound->isObjCObjectPointerType()) {
681 } else if (typeBound->isObjCObjectType()) {
688 << typeBound << paramName
697 typeBound = Context.getObjCObjectPointerType(typeBound);
699 = builder.push<ObjCObjectPointerTypeLoc>(typeBound);
703 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound);
708 << typeBound << paramName;
717 QualType typeBound = typeBoundInfo->getType()
    [all...]
SemaExprObjC.cpp 2948 const ObjCObjectType *typeBound = nullptr;
2950 typeBound);
2956 true/*CheckTheOther*/, typeBound);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4485 const ObjCObjectType *TypeBound = nullptr);
9462 ParsedType typeBound);

Completed in 44 milliseconds