Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h5230 return param_type_begin()[i];
5234 return llvm::ArrayRef(param_type_begin(), param_type_end());
5383 return llvm::ArrayRef(param_type_begin(), param_type_end());
5386 param_type_iterator param_type_begin() const {
5391 return param_type_begin() + getNumParams();
H A DDeclObjC.h399 param_type_iterator param_type_begin() const { in param_type_begin() function
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp573 auto I = FPT->param_type_begin(); in appendFunctionType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1953 S, TemplateParams, FPP->param_type_begin(), FPP->getNumParams(), in DeduceTemplateArgumentsByTypeMatch()
1954 FPA->param_type_begin(), FPA->getNumParams(), Info, Deduced, in DeduceTemplateArgumentsByTypeMatch()
5567 : Proto2->param_type_begin()[0]->isRValueReferenceType(); in getMoreSpecializedTemplate()
5577 : Proto1->param_type_begin()[0]->isRValueReferenceType(); in getMoreSpecializedTemplate()
5589 Args1.insert(Args1.end(), Proto1->param_type_begin(), in getMoreSpecializedTemplate()
5591 Args2.insert(Args2.end(), Proto2->param_type_begin(), in getMoreSpecializedTemplate()
H A DSemaOverload.cpp1466 {OldType->param_type_begin() + OldParamsOffset, in IsOverloadOrOverrideImpl()
1468 {NewType->param_type_begin() + NewParamsOffset, in IsOverloadOrOverrideImpl()
H A DTreeTransform.h6219 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
6247 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp1736 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
H A DSemaOpenMP.cpp7418 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1387 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1812 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
H A DCGCall.cpp163 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
577 ArgTys.push_back(*FTP->param_type_begin()); in arrangeMSCtorClosure()
4474 ArgTypes.assign(MD->param_type_begin() + ParamsToSkip, in EmitCallArgs()
4480 ArgTypes.assign(FPT->param_type_begin() + ParamsToSkip, in EmitCallArgs()
H A DCGClass.cpp2406 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2202 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent()
2204 ParamT2 = Method2->param_type_begin(), in IsStructurallyEquivalent()
H A DDeclObjC.cpp1120 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
H A DType.cpp3817 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h484 param_type_iterator param_type_begin() const { in param_type_begin() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp145 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
146 m2Type->param_type_begin(), compareArgTypes); in isOverload()