reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2313     getSimpleFunctionType(Context->getObjCSelType(), ArgTys);
 2410   QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
 2429   QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
 2443   QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
 2462   QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
 2478   QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
 2498   QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
 2512   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2527   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2542   QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
 2679     getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic());
 2711     getSimpleFunctionType(Context->VoidTy, IntQT, true);
 2800   getSimpleFunctionType(returnType, ArgTypes, ArrayMethod->isVariadic());
 2832     getSimpleFunctionType(Context->VoidTy, IntQT, true);
 2951   getSimpleFunctionType(returnType, ArgTypes, DictMethod->isVariadic());
 3091   QualType FuncType = getSimpleFunctionType(
 3524     getSimpleFunctionType(returnType, ArgTypes, MD ? MD->isVariadic() : true);
 4545     FuncType = getSimpleFunctionType(Res, ArgTypes);
 4611   QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes);