Home
last modified time | relevance | path

Searched defs:ArgTys (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp34 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature()
42 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature()
DItaniumCXXABI.cpp685 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature()
699 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature()
709 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature()
724 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature()
DCGObjCGNU.cpp51 std::vector<llvm::Type*> ArgTys; member in __anon5d69dbf60111::LazyRuntimeFunction
/external/llvm/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp93 SmallVector<Type*, 8> ArgTys; in getType() local
/external/llvm/lib/VMCore/
DModule.cpp207 std::vector<Type*> ArgTys; in getOrInsertFunction() local
225 std::vector<Type*> ArgTys; in getOrInsertFunction() local
DFunction.cpp364 SmallVector<Type*, 8> ArgTys; in getType() local
/external/clang/lib/Rewrite/
DRewriteObjC.cpp2258 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2352 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local
2370 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2391 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2415 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2438 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2462 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2483 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2499 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2516 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
DRewriteModernObjC.cpp2182 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2274 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local
2292 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2313 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2329 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2352 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2368 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2389 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2405 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2422 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
/external/clang/lib/Basic/
DIdentifierTable.cpp325 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp847 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp628 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
647 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
/external/clang/lib/AST/
DType.cpp1599 const QualType *ArgTys, unsigned NumArgs, in Profile()
/external/clang/lib/Sema/
DSemaType.cpp2301 SmallVector<QualType, 16> ArgTys; in GetFullTypeForDeclarator() local
DSemaLookup.cpp2540 ArrayRef<QualType> ArgTys, in LookupLiteralOperator()