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

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 443 typ := p.typeExpr(param.Type)
573 return p.nod(expr, OTARRAY, len, p.typeExpr(expr.Elem))
575 return p.nod(expr, OTARRAY, nil, p.typeExpr(expr.Elem))
577 return p.nod(expr, ODDD, p.typeExpr(expr.Elem), nil)
585 return p.nod(expr, OTMAP, p.typeExpr(expr.Key), p.typeExpr(expr.Value))
587 n := p.nod(expr, OTCHAN, p.typeExpr(expr.Elem), nil)
680 func (p *noder) typeExpr(typ syntax.Expr) *Node {
712 n = p.nod(field, ODCLFIELD, p.newname(field.Name), p.typeExpr(field.Type))
735 sig := p.typeExpr(method.Type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 443 typ := p.typeExpr(param.Type)
573 return p.nod(expr, OTARRAY, len, p.typeExpr(expr.Elem))
575 return p.nod(expr, OTARRAY, nil, p.typeExpr(expr.Elem))
577 return p.nod(expr, ODDD, p.typeExpr(expr.Elem), nil)
585 return p.nod(expr, OTMAP, p.typeExpr(expr.Key), p.typeExpr(expr.Value))
587 n := p.nod(expr, OTCHAN, p.typeExpr(expr.Elem), nil)
680 func (p *noder) typeExpr(typ syntax.Expr) *Node {
712 n = p.nod(field, ODCLFIELD, p.newname(field.Name), p.typeExpr(field.Type))
735 sig := p.typeExpr(method.Type
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
JavaParserFacade.java 338 if (!(methodReferenceExpr.getScope() instanceof TypeExpr)) {
341 TypeExpr typeExpr = (TypeExpr) methodReferenceExpr.getScope();
342 if (!(typeExpr.getType() instanceof com.github.javaparser.ast.type.ClassOrInterfaceType)) {
343 throw new UnsupportedOperationException(typeExpr.getType().getClass().getCanonicalName());
345 ClassOrInterfaceType classOrInterfaceType = (ClassOrInterfaceType) typeExpr.getType();
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 100 milliseconds