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

  /prebuilts/go/darwin-x86/src/go/parser/
parser.go     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 1182 // isLiteralType reports whether x is a legal composite literal type.
1183 func isLiteralType(x ast.Expr) bool {
1276 if isLiteralType(x) && (p.exprLev >= 0 || !isTypeName(x)) {
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go     [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 1182 // isLiteralType reports whether x is a legal composite literal type.
1183 func isLiteralType(x ast.Expr) bool {
1276 if isLiteralType(x) && (p.exprLev >= 0 || !isTypeName(x)) {
    [all...]

Completed in 96 milliseconds