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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h517 param_type_iterator param_type_begin() const { function in struct:clang::CanProxyAdaptor
518 return param_type_iterator(this->getTypePtr()->param_type_begin());
H A DType.h3968 return param_type_begin()[i];
3972 return llvm::makeArrayRef(param_type_begin(), param_type_end());
4120 return param_type_range(param_type_begin(), param_type_end());
4123 param_type_iterator param_type_begin() const {
4128 return param_type_begin() + getNumParams();
H A DDeclObjC.h396 param_type_iterator param_type_begin() const { function in class:clang::ObjCList
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp141 for (CallEvent::param_type_iterator I = param_type_begin(),
279 for (CallEvent::param_type_iterator I = Call.param_type_begin(),
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h446 param_type_iterator param_type_begin() const { function in class:clang::ento::CallEvent
449 /// \sa param_type_begin()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1358 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end();
1777 auto ParamTypeIt = DeleteFTy->param_type_begin();
H A DCGCall.cpp151 prefix.append(FPT->param_type_begin(), FPT->param_type_end());
549 ArgTys.push_back(*FTP->param_type_begin());
H A DCGClass.cpp2312 QualType QT = *(FPT->param_type_begin());
H A DCodeGenFunction.h4284 for (auto I = CallArgTypeInfo->param_type_begin() + ParamsToSkip,
H A DTargetInfo.cpp9290 auto I = FPT->param_type_begin();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1700 S, TemplateParams, FunctionProtoParam->param_type_begin(),
1702 FunctionProtoArg->param_type_begin(),
4904 Args1.insert(Args1.end(), Proto1->param_type_begin(),
4906 Args2.insert(Args2.end(), Proto2->param_type_begin(),
H A DSemaOverload.cpp2948 for (FunctionProtoType::param_type_iterator O = OldType->param_type_begin(),
2949 N = NewType->param_type_begin(),
2959 *ArgPos = O - OldType->param_type_begin();
H A DTreeTransform.h5481 TL.getTypePtr()->param_type_begin(),
5507 TL.getTypePtr()->param_type_begin(),
H A DSemaDeclCXX.cpp1637 for (FunctionProtoType::param_type_iterator i = FT->param_type_begin(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1064 ObjCMethodDecl::param_type_iterator it = param_type_begin();
H A DType.cpp3193 Profile(ID, getReturnType(), param_type_begin(), getNumParams(),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp134 !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(),
135 m2Type->param_type_begin(), compareArgTypes);

Completed in 832 milliseconds