Home
last modified time | relevance | path

Searched refs:param_begin (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h182 param_iterator param_begin() const { return ParameterList; } in param_begin() function
192 for (param_iterator I = param_begin(), E = param_end(); I != E; ++I) in getParameterNum()
194 return I - param_begin(); in getParameterNum()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp108 for (param_iterator I = param_begin(), OI = Other.param_begin(), in isIdenticalTo()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp73 for (auto P = F->param_begin(); in visitCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp30 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in writeMacroDefinition()
H A DCGObjC.cpp86 const ParmVarDecl *ArgDecl = *BoxingMethod->param_begin(); in EmitObjCBoxedExpr()
204 ObjCMethodDecl::param_const_iterator PI = MethodWithObjects->param_begin(); in EmitObjCCollectionLiteral()
775 args.append(OMD->param_begin(), OMD->param_end()); in StartObjCMethod()
1334 ParmVarDecl *argVar = *OMD->param_begin(); in emitStructSetterCall()
1378 ParmVarDecl *argVar = *OMD->param_begin(); in emitCPPObjectAtomicSetterCall()
1435 ParmVarDecl *PVD = *setterMethod->param_begin(); in generateObjCSetterBody()
1472 Address argAddr = GetAddrOfLocalVar(*setterMethod->param_begin()); in generateObjCSetterBody()
1525 Address argAddr = GetAddrOfLocalVar(*setterMethod->param_begin()); in generateObjCSetterBody()
1574 ParmVarDecl *argDecl = *setterMethod->param_begin(); in generateObjCSetterBody()
H A DCGObjCRuntime.cpp433 for (auto i = method->param_begin(), e = method->param_end(); in destroyCalleeDestroyedArguments()
H A DCGStmtOpenMP.cpp441 Args.append(CD->param_begin(), in emitOutlinedFunctionPrologue()
442 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
444 CD->param_begin(), in emitOutlinedFunctionPrologue()
445 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
507 Args.append(std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
510 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
1544 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()
4614 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
5020 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()
6732 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPTeamsDirective()
[all …]
H A DCGVTables.cpp267 FunctionArgs.append(MD->param_begin(), MD->param_end()); in StartThunk()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h160 param_const_iterator param_begin() const { return parameters().begin(); } in param_begin() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp203 ObjCMethodDecl::param_const_iterator oi = Overridden->param_begin(), in CheckObjCMethodOverride()
205 for (ObjCMethodDecl::param_iterator ni = NewMethod->param_begin(), in CheckObjCMethodOverride()
2590 IF = MethodDecl->param_begin(), EM = ImpMethodDecl->param_end(), in WarnConflictingTypedMethods()
2612 for (ObjCMethodDecl::param_iterator IM = Method->param_begin(), in CheckConflictingOverridingMethod()
2613 IF = Overridden->param_begin(), EM = Method->param_end(), in CheckConflictingOverridingMethod()
3279 li = left->param_begin(), le = left->param_end(), ri = right->param_begin(), in MatchTwoMethodDeclarations()
4517 ObjCMethodDecl::param_iterator PrevI = overridden->param_begin(), in CheckObjCMethodOverrides()
4607 ParmVarDecl *param = method->param_begin()[i]; in mergeInterfaceMethodToImpl()
4608 ParmVarDecl *prevParam = prevMethod->param_begin()[i]; in mergeInterfaceMethodToImpl()
4967 auto OI = IMD->param_begin(), OE = IMD->param_end(); in ActOnMethodDeclaration()
[all …]
H A DSemaCodeComplete.cpp3404 MacroInfo::param_iterator A = MI->param_begin(), AEnd = MI->param_end(); in CreateCodeCompletionStringForMacro()
3415 for (MacroInfo::param_iterator A = MI->param_begin(); A != AEnd; ++A) { in CreateCodeCompletionStringForMacro()
3416 if (A != MI->param_begin()) in CreateCodeCompletionStringForMacro()
3682 for (ObjCMethodDecl::param_const_iterator P = Method->param_begin(), in createCodeCompletionStringForDecl()
7918 for (ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin(), in AddSuperSendCompletion()
7920 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
7955 ObjCMethodDecl::param_iterator CurP = CurMethod->param_begin(); in AddSuperSendCompletion()
9638 for (ObjCMethodDecl::param_iterator P = Method->param_begin(), in CodeCompleteObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp497 const ParmVarDecl *argDecl = *Setter->param_begin(); in rewriteToObjCProperty()
1214 const ParmVarDecl *argDecl = *SetterMethod->param_begin(); in migrateProperty()
1476 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in AddCFAnnotations()
1528 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in migrateAddFunctionAnnotation()
1601 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in AddCFAnnotations()
1644 (MethodDecl->param_begin() == MethodDecl->param_end())) in migrateAddMethodAnnotation()
1660 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(), in migrateAddMethodAnnotation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h128 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin() function
131 return ArrayRef(param_begin(), param_end()); in params()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp121 FunctionType::param_iterator PI = F->getFunctionType()->param_begin(); in createWrapper()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp635 for (auto pi = C.param_begin(), pe = C.param_end(); pi != pe; in updateSummaryForArgumentTypes()
985 for (auto pi = FD->param_begin(), in updateSummaryFromAnnotations()
1012 for (auto pi = MD->param_begin(), pe = MD->param_end(); pi != pe; in updateSummaryFromAnnotations()
H A DAnalysisDeclContext.cpp352 if (P != *FD->param_begin()) in getFunctionName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h354 param_const_iterator param_begin() const { in param_begin() function
362 param_iterator param_begin() { return param_iterator(getParams()); } in param_begin() function
368 return param_begin() + getSelector().getNumArgs(); in sel_param_end()
400 return llvm::map_iterator(param_begin(), GetTypeFn()); in param_type_begin()
H A DDecl.h2655 param_iterator param_begin() { return parameters().begin(); } in param_begin() function
2657 param_const_iterator param_begin() const { return parameters().begin(); } in param_begin() function
4545 param_iterator param_begin() { return parameters().begin(); } in param_begin() function
4547 param_const_iterator param_begin() const { return parameters().begin(); } in param_begin() function
4716 param_iterator param_begin() const { return getParams(); } in param_begin() function
H A DASTNodeTraverser.h436 if (D->param_begin()) in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp554 for (auto pi = macro_info->param_begin(), in ForEachMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp41 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); in PrintMacroDefinition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp167 std::vector<Type *> Params(FTy->param_begin(), FTy->param_end()); in deleteDeadVarargs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1041 PI = FuncTy->param_begin(), in getOrInsertFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp528 const auto *ParamIt = FuncDecl->param_begin(); in pushCallInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2707 for (BlockDecl::param_iterator AI = BD->param_begin(), in VisitBlockExpr()
2709 if (AI != BD->param_begin()) OS << ", "; in VisitBlockExpr()

12