Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h518 param_type_iterator param_type_begin() const {
519 return param_type_iterator(this->getTypePtr()->param_type_begin());
H A DType.h3892 return param_type_begin()[i];
3896 return llvm::makeArrayRef(param_type_begin(), param_type_end());
4031 return param_type_range(param_type_begin(), param_type_end());
4034 param_type_iterator param_type_begin() const {
4039 return param_type_begin() + getNumParams();
H A DDeclObjC.h395 param_type_iterator param_type_begin() const { in param_type_begin() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp141 for (CallEvent::param_type_iterator I = param_type_begin(), in hasNonNullArgumentsWithType()
277 for (CallEvent::param_type_iterator I = Call.param_type_begin(), in findPtrToConstParams()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h478 param_type_iterator param_type_begin() const { in param_type_begin() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1689 S, TemplateParams, FunctionProtoParam->param_type_begin(), in DeduceTemplateArgumentsByTypeMatch()
1691 FunctionProtoArg->param_type_begin(), in DeduceTemplateArgumentsByTypeMatch()
4730 Args1.insert(Args1.end(), Proto1->param_type_begin(), in isAtLeastAsSpecializedAs()
4732 Args2.insert(Args2.end(), Proto2->param_type_begin(), in isAtLeastAsSpecializedAs()
H A DSemaOverload.cpp2884 for (FunctionProtoType::param_type_iterator O = OldType->param_type_begin(), in FunctionParamTypesAreEqual()
2885 N = NewType->param_type_begin(), in FunctionParamTypesAreEqual()
2891 *ArgPos = O - OldType->param_type_begin(); in FunctionParamTypesAreEqual()
H A DTreeTransform.h5279 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
5312 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp1560 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1356 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1772 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
H A DCGCall.cpp145 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
554 ArgTys.push_back(*FTP->param_type_begin()); in arrangeMSCtorClosure()
H A DCGClass.cpp2290 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
H A DCodeGenFunction.h4237 for (auto I = CallArgTypeInfo->param_type_begin() + ParamsToSkip,
H A DTargetInfo.cpp8971 auto I = FPT->param_type_begin(); in appendFunctionType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1053 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
H A DType.cpp3077 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp153 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
154 m2Type->param_type_begin(), compareArgTypes); in isOverload()