/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 518 param_type_iterator param_type_begin() const { 519 return param_type_iterator(this->getTypePtr()->param_type_begin());
|
H A D | Type.h | 5230 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 D | DeclObjC.h | 399 param_type_iterator param_type_begin() const { in param_type_begin() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 123 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 D | XCore.cpp | 573 auto I = FPT->param_type_begin(); in appendFunctionType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1953 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 D | SemaOverload.cpp | 1466 {OldType->param_type_begin() + OldParamsOffset, in IsOverloadOrOverrideImpl() 1468 {NewType->param_type_begin() + NewParamsOffset, in IsOverloadOrOverrideImpl()
|
H A D | TreeTransform.h | 6219 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType() 6247 TL.getTypePtr()->param_type_begin(), in TransformFunctionProtoType()
|
H A D | SemaDeclCXX.cpp | 1736 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(), in CheckConstexprParameterTypes()
|
H A D | SemaOpenMP.cpp | 7418 Params.append(PTy->param_type_begin(), PTy->param_type_end()); in checkOpenMPDeclareVariantFunction()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1387 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); in getUsualDeleteParams() 1812 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
|
H A D | CGCall.cpp | 163 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 D | CGClass.cpp | 2406 QualType QT = *(FPT->param_type_begin()); in EmitSynthesizedCXXCopyCtorCall()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 2202 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent() 2204 ParamT2 = Method2->param_type_begin(), in IsStructurallyEquivalent()
|
H A D | DeclObjC.cpp | 1120 ObjCMethodDecl::param_type_iterator it = param_type_begin(); in getMethodFamily()
|
H A D | Type.cpp | 3817 Profile(ID, getReturnType(), param_type_begin(), getNumParams(), in Profile()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 484 param_type_iterator param_type_begin() const { in param_type_begin() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 145 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(), in isOverload() 146 m2Type->param_type_begin(), compareArgTypes); in isOverload()
|