HomeSort by relevance Sort by last modified time
    Searched defs:declInfo (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
resolver.go 18 // A declInfo describes a package-level const, type, var, or func declaration.
19 type declInfo struct {
32 func (d *declInfo) hasInitializer() bool {
37 func (d *declInfo) addDep(obj Object) {
99 func (check *Checker) declarePkgObj(ident *ast.Ident, obj Object, d *declInfo) {
266 d := &declInfo{file: fileScope, typ: last.Type, init: init}
275 // the same declInfo d1 for all lhs variables
278 var d1 *declInfo
281 // but that's ok because declareVar only collects the declInfo
283 d1 = &declInfo{file: fileScope, lhs: lhs, typ: s.Type, init: s.Values[0]
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
resolver.go 18 // A declInfo describes a package-level const, type, var, or func declaration.
19 type declInfo struct {
32 func (d *declInfo) hasInitializer() bool {
37 func (d *declInfo) addDep(obj Object) {
99 func (check *Checker) declarePkgObj(ident *ast.Ident, obj Object, d *declInfo) {
266 d := &declInfo{file: fileScope, typ: last.Type, init: init}
275 // the same declInfo d1 for all lhs variables
278 var d1 *declInfo
281 // but that's ok because declareVar only collects the declInfo
283 d1 = &declInfo{file: fileScope, lhs: lhs, typ: s.Type, init: s.Values[0]
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 198 milliseconds