Searched defs:FunctionParam (Results 1 – 4 of 4) sorted by relevance
1084 type FunctionParam struct { struct1085 Index int1088 func (fp *FunctionParam) print(ps *printState) {1096 func (fp *FunctionParam) Traverse(fn func(AST) bool) {1100 func (fp *FunctionParam) Copy(fn func(AST) AST, skip func(AST) bool) AST {1107 func (fp *FunctionParam) GoString() string {1111 func (fp *FunctionParam) goString(indent int, field string) string {
3300 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local3331 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
1529 class FunctionParam : public Expr { class1533 FunctionParam(StringView Number_) : Number(Number_) {} in FunctionParam() function in __anon17245d330111::FunctionParam
1715 FunctionParam(StringView Number_) : Node(KFunctionParam), Number(Number_) {} in FunctionParam() function