Home
last modified time | relevance | path

Searched refs:argType (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2141 QualType argType = Context->getPointerType(Context->CharTy); in RewriteAtSelector() local
2145 argType, SourceLocation())); in RewriteAtSelector()
2694 QualType argType = Context->getPointerType(Context->CharTy); in RewriteObjCBoxedExpr() local
2704 argType, SourceLocation())); in RewriteObjCBoxedExpr()
2717 argType, SourceLocation())); in RewriteObjCBoxedExpr()
2831 QualType argType = Context->getPointerType(Context->CharTy); in RewriteObjCArrayLiteralExpr() local
2842 argType, SourceLocation())); in RewriteObjCArrayLiteralExpr()
2856 argType, SourceLocation())); in RewriteObjCArrayLiteralExpr()
2994 QualType argType = Context->getPointerType(Context->CharTy); in RewriteObjCDictionaryLiteralExpr() local
3005 argType, SourceLocation())); in RewriteObjCDictionaryLiteralExpr()
[all …]
DRewriteObjC.cpp2031 QualType argType = Context->getPointerType(Context->CharTy); in RewriteAtSelector() local
2035 argType, SourceLocation())); in RewriteAtSelector()
2718 QualType argType = Context->getPointerType(Context->CharTy); in SynthMessageExpr() local
2722 argType, SourceLocation())); in SynthMessageExpr()
2792 QualType argType = Context->getPointerType(Context->CharTy); in SynthMessageExpr() local
2799 argType, SourceLocation())); in SynthMessageExpr()
2827 QualType argType = Context->getPointerType(Context->CharTy); in SynthMessageExpr() local
2830 StringLiteral::Ascii, false, argType, in SynthMessageExpr()
2912 QualType argType = Context->getPointerType(Context->CharTy); in SynthMessageExpr() local
2916 argType, SourceLocation())); in SynthMessageExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/
DNeonEmitter.cpp2372 char argType = ClassifyType(typestr, argQuad, argPoly, argUsgn); in GenBuiltin() local
2373 argType = ModType(proto[i], argType, argQuad, argPoly, argUsgn, argScalar, in GenBuiltin()
2387 if (argType != 'c' || argPoly || argUsgn) in GenBuiltin()
2406 ((ck == ClassB && argType != 'c') || argPoly || argUsgn)) { in GenBuiltin()
2409 argTypeStr = argType; in GenBuiltin()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp1157 QualType argType = allocatorType->getArgType(i); in EmitCXXNewExpr() local
1159 assert(getContext().hasSameUnqualifiedType(argType.getNonReferenceType(), in EmitCXXNewExpr()
1163 EmitCallArg(allocatorArgs, *placementArg, argType); in EmitCXXNewExpr()
DCGCall.cpp951 llvm::Type *argType = argAI.getCoerceToType(); in GetFunctionType() local
952 if (llvm::StructType *st = dyn_cast<llvm::StructType>(argType)) { in GetFunctionType()
956 argTypes.push_back(argType); in GetFunctionType()
DCGObjC.cpp1223 QualType argType = argDecl->getType().getNonReferenceType(); in generateObjCSetterBody() local
1224 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation()); in generateObjCSetterBody()
1226 argType.getUnqualifiedType(), CK_LValueToRValue, in generateObjCSetterBody()