Searched defs:NextParam (Results 1 – 2 of 2) sorted by relevance
1210 func NextParam(v Value) (rv Value) { rv.C = C.LLVMGetNextParam(v.C); return } func
9515 auto NextParam = [&](const FunctionDecl *F, unsigned &I, bool First) { in haveSameParameterTypes() local