type go/types.Config
14 uses
go/types (current package)
api.go#L122: type Config struct {
api.go#L204: func srcimporter_setUsesCgo(conf *Config) {
api.go#L490: func (conf *Config) Check(path string, fset *token.FileSet, files []*ast.File, info *Info) (*Package, error) {
check.go#L159: conf *Config
check.go#L302: func NewChecker(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker {
check.go#L305: conf = new(Config)
const.go#L71: var conf *Config
sizes.go#L277: func (conf *Config) alignof(T Type) int64 {
sizes.go#L288: func (conf *Config) offsetsof(T *Struct) []int64 {
sizes.go#L310: func (conf *Config) offsetof(T Type, index []int) int64 {
sizes.go#L329: func (conf *Config) sizeof(T Type) int64 {
go.pact.im/x/plumb/internal/packagestest
packagestest.go#L222: conf := types.Config{
golang.org/x/tools/go/packages
packages.go#L1241: tc := &types.Config{
golang.org/x/tools/internal/typesinternal
types.go#L31: func SetUsesCgo(conf *types.Config) bool {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)