Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp142 for (CallEvent::param_type_iterator I = param_type_begin(), in hasNonNullArgumentsWithType()
244 for (CallEvent::param_type_iterator I = Call.param_type_begin(), in findPtrToConstParams()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1366 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1791 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
H A DCGCall.cpp154 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
553 ArgTys.push_back(*FTP->param_type_begin()); in arrangeMSCtorClosure()
4088 ArgTypes.assign(MD->param_type_begin() + ParamsToSkip, in EmitCallArgs()
4094 ArgTypes.assign(FPT->param_type_begin() + ParamsToSkip, in EmitCallArgs()
H A DCGClass.cpp2335 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
H A DTargetInfo.cpp10415 auto I = FPT->param_type_begin(); in appendFunctionType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h469 param_type_iterator param_type_begin() const { in param_type_begin() function
/freebsd-13.1/contrib/llvm-project/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.h5860 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
5886 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp1686 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1069 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
H A DType.cpp3380 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp139 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
140 m2Type->param_type_begin(), compareArgTypes); in isOverload()