Home
last modified time | relevance | path

Searched refs:param_type_begin (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h519 param_type_iterator param_type_begin() const {
520 return param_type_iterator(this->getTypePtr()->param_type_begin());
H A DType.h4101 return param_type_begin()[i];
4105 return llvm::makeArrayRef(param_type_begin(), param_type_end());
4253 return param_type_range(param_type_begin(), param_type_end());
4256 param_type_iterator param_type_begin() const {
4261 return param_type_begin() + getNumParams();
H A DDeclObjC.h404 param_type_iterator param_type_begin() const { in param_type_begin() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp141 for (CallEvent::param_type_iterator I = param_type_begin(), in hasNonNullArgumentsWithType()
243 for (CallEvent::param_type_iterator I = Call.param_type_begin(), in findPtrToConstParams()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1363 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1788 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
H A DCGCall.cpp153 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
552 ArgTys.push_back(*FTP->param_type_begin()); in arrangeMSCtorClosure()
4081 ArgTypes.assign(MD->param_type_begin() + ParamsToSkip, in EmitCallArgs()
4087 ArgTypes.assign(FPT->param_type_begin() + ParamsToSkip, in EmitCallArgs()
H A DCGClass.cpp2337 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
H A DTargetInfo.cpp10369 auto I = FPT->param_type_begin(); in appendFunctionType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h469 param_type_iterator param_type_begin() const { in param_type_begin() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1822 S, TemplateParams, FunctionProtoParam->param_type_begin(), in DeduceTemplateArgumentsByTypeMatch()
1824 FunctionProtoArg->param_type_begin(), in DeduceTemplateArgumentsByTypeMatch()
5134 Args1.insert(Args1.end(), Proto1->param_type_begin(), in isAtLeastAsSpecializedAs()
5136 Args2.insert(Args2.end(), Proto2->param_type_begin(), in isAtLeastAsSpecializedAs()
H A DSemaOverload.cpp2962 for (FunctionProtoType::param_type_iterator O = OldType->param_type_begin(), in FunctionParamTypesAreEqual()
2963 N = NewType->param_type_begin(), in FunctionParamTypesAreEqual()
2973 *ArgPos = O - OldType->param_type_begin(); in FunctionParamTypesAreEqual()
H A DTreeTransform.h5837 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
5863 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp1688 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1069 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
H A DType.cpp3376 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()