Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatchingIdents (0.3 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/analysisinternal/analysis.go

    		return f(n, parent)
    	})
    }
    
    // MatchingIdents finds the names of all identifiers in 'node' that match any of the given types.
    // 'pos' represents the position at which the identifiers may be inserted. 'pos' must be within
    // the scope of each of identifier we select. Otherwise, we will insert a variable at 'pos' that
    // is unrecognized.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top