Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h4236 return param_type_begin()[i];
4240 return llvm::ArrayRef(param_type_begin(), param_type_end());
4387 return llvm::ArrayRef(param_type_begin(), param_type_end());
4390 param_type_iterator param_type_begin() const {
4395 return param_type_begin() + getNumParams();
H A DDeclObjC.h401 param_type_iterator param_type_begin() const { in param_type_begin() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp123 for (CallEvent::param_type_iterator I = param_type_begin(), in hasNonNullArgumentsWithType()
225 for (CallEvent::param_type_iterator I = Call.param_type_begin(), in findPtrToConstParams()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h469 param_type_iterator param_type_begin() const { in param_type_begin() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2044 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent()
2046 ParamT2 = Method2->param_type_begin(), in IsStructurallyEquivalent()
H A DDeclObjC.cpp1120 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
H A DType.cpp3439 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1364 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.cpp158 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
568 ArgTys.push_back(*FTP->param_type_begin()); in arrangeMSCtorClosure()
4222 ArgTypes.assign(MD->param_type_begin() + ParamsToSkip, in EmitCallArgs()
4228 ArgTypes.assign(FPT->param_type_begin() + ParamsToSkip, in EmitCallArgs()
H A DCGClass.cpp2404 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
H A DTargetInfo.cpp10888 auto I = FPT->param_type_begin(); in appendFunctionType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1785 S, TemplateParams, FPP->param_type_begin(), FPP->getNumParams(), in DeduceTemplateArgumentsByTypeMatch()
1786 FPA->param_type_begin(), FPA->getNumParams(), Info, Deduced, in DeduceTemplateArgumentsByTypeMatch()
5073 Args1.insert(Args1.end(), Proto1->param_type_begin(), in isAtLeastAsSpecializedAs()
5075 Args2.insert(Args2.end(), Proto2->param_type_begin(), in isAtLeastAsSpecializedAs()
H A DTreeTransform.h6025 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
6051 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp1720 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
H A DSemaOpenMP.cpp7478 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp142 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
143 m2Type->param_type_begin(), compareArgTypes); in isOverload()