Home | History | Annotate | Download | only in src

Lines Matching refs:decl

882                 String decl = type.getDeclaration();
885 decl +
886 (decl.endsWith("*") ? "" : " ") +
888 "_base = (" + decl + ") 0;");
895 decl +
896 (decl.endsWith("*") ? "" : " ") +
898 " = (" + decl + ") 0;");
925 String decl = type.getDeclaration();