Home
last modified time | relevance | path

Searched refs:getParamTypes (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/animator/
DSkScriptCallBack.h40 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
55 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
DSkAnimatorScript2.cpp133 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes() function in SkAnimatorScript_Eval
245 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes() function in SkAnimatorScript_MemberFunction
281 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes() function in SkAnimatorScript_RGB
/external/clang/lib/AST/
DItaniumCXXABI.cpp67 Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), in getManglingNumber()
DASTContext.cpp2115 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI); in adjustFunctionType()
2127 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI)); in adjustDeducedFunctionResultType()
2161 Proto->getReturnType(), Proto->getParamTypes(), in getFunctionTypeWithExceptionSpec()
7101 return getFunctionType(retType, proto->getParamTypes(), EPI); in mergeFunctionTypes()
7448 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI); in mergeObjCGCQualifiers()
DASTDumper.cpp331 for (QualType PT : T->getParamTypes()) in VisitFunctionProtoType()
DASTImporter.cpp2743 FromFPT->getReturnType(), FromFPT->getParamTypes(), DefaultEPI); in VisitFunctionDecl()
/external/clang/lib/Sema/
DSemaLambda.cpp369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition()
1184 CallOpProto->getParamTypes(), InvokerExtInfo); in addFunctionPointerConversion()
1355 Proto->getReturnType(), Proto->getParamTypes(), BlockEPI); in addBlockPointerConversion()
1485 LSI->ReturnType, Proto->getParamTypes(), Proto->getExtProtoInfo()); in ActOnLambdaExpr()
DSemaExceptionSpec.cpp256 NewProto->getReturnType(), NewProto->getParamTypes(), in CheckEquivalentExceptionSpec()
275 NewProto->getReturnType(), NewProto->getParamTypes(), in CheckEquivalentExceptionSpec()
DSemaTemplateInstantiateDecl.cpp1304 NewFunc->getParamTypes(), NewEPI); in adjustFunctionTypeForInstantiation()
3229 NewProto->getReturnType(), NewProto->getParamTypes(), EPI)); in InitFunctionInstantiation()
DSemaDeclCXX.cpp6677 return Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), EPI); in CheckConstructorDeclarator()
9047 ArrayRef<QualType> ArgTypes = CtorType->getParamTypes(); in inherit()
9190 FPT->getParamTypes(), EPI)); in declareCtor()
DSemaTemplateDeduction.cpp3694 InvokerFPT->getReturnType(), InvokerFPT->getParamTypes(), EPI)); in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
DSemaDecl.cpp7261 NewFD->setType(Context.getFunctionType(Result, FPT->getParamTypes(), in ActOnFunctionDeclarator()
7380 FPT->getReturnType(), FPT->getParamTypes(), in ActOnFunctionDeclarator()
8020 FPT->getParamTypes(), EPI)); in CheckFunctionDeclaration()
DSemaExpr.cpp11327 BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI); in ActOnBlockStmtExpr()
13931 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr()
14065 if (DRE && Proto && Proto->getParamTypes().empty() && Proto->isVariadic()) { in resolveDecl()
DSemaType.cpp3199 T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(), in GetFullTypeForDeclarator()
DSemaTemplate.cpp6774 FPT->getParamTypes(), EPI); in CheckFunctionTemplateSpecialization()
/external/clang/include/clang/AST/
DType.h3010 ArrayRef<QualType> getParamTypes() const {
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3769 FPT->getReturnType(), FPT->getParamTypes(), in UpdateDecl()