Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h522 param_type_iterator param_type_begin() const {
523 return param_type_iterator(this->getTypePtr()->param_type_begin());
H A DType.h5438 return param_type_begin()[i];
5442 return {param_type_begin(), param_type_end()};
5596 return {param_type_begin(), param_type_end()};
5599 param_type_iterator param_type_begin() const {
5604 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/CIR/CodeGen/
H A DCIRGenCall.cpp151 prefix.append(fpt->param_type_begin(), fpt->param_type_end()); in appendParameterTypes()
719 argTypes.assign(fpt->param_type_begin() + paramsToSkip, in emitCallArgs()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp122 for (CallEvent::param_type_iterator I = param_type_begin(), in hasNonNullArgumentsWithType()
224 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/CodeGen/
H A DCGExprCXX.cpp1393 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams()
1843 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
H A DCGCall.cpp202 prefix.append(FPT->param_type_begin(), FPT->param_type_end()); in appendParameterTypes()
644 ArgTys.push_back(*FTP->param_type_begin()); in arrangeMSCtorClosure()
4649 ArgTypes.assign(MD->param_type_begin() + ParamsToSkip, in EmitCallArgs()
4655 ArgTypes.assign(FPT->param_type_begin() + ParamsToSkip, in EmitCallArgs()
H A DCGClass.cpp2411 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
/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/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2471 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent()
2473 ParamT2 = Method2->param_type_begin(), in IsStructurallyEquivalent()
H A DDeclObjC.cpp1117 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
H A DType.cpp3969 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5860 auto Params1Begin = Proto1->param_type_begin(), in getMoreSpecializedTemplate()
5861 Params2Begin = Proto2->param_type_begin(); in getMoreSpecializedTemplate()
5878 : Proto2->param_type_begin()[0]->isRValueReferenceType(); in getMoreSpecializedTemplate()
5889 : Proto1->param_type_begin()[0]->isRValueReferenceType(); in getMoreSpecializedTemplate()
H A DSemaOverload.cpp1519 {OldType->param_type_begin() + OldParamsOffset, in IsOverloadOrOverrideImpl()
1521 {NewType->param_type_begin() + NewParamsOffset, in IsOverloadOrOverrideImpl()
H A DTreeTransform.h6446 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
6474 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp1856 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
H A DSemaOpenMP.cpp7367 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp146 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload()
147 m2Type->param_type_begin(), compareArgTypes); in isOverload()