HomeSort by relevance Sort by last modified time
    Searched full:importdeclaration (Results 1 - 19 of 19) sorted by null

  /prebuilts/tools/common/lombok-ast/
src.zip 
lombok-ast-0.2.1-src.zip 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /external/v8/src/
ast.h 67 V(ImportDeclaration) \
550 class ImportDeclaration: public Declaration {
552 DECLARE_NODE_TYPE(ImportDeclaration)
562 ImportDeclaration(VariableProxy* proxy,
    [all...]
rewriter.cc 215 void Processor::VisitImportDeclaration(ImportDeclaration* node) {}
prettyprinter.cc 86 void PrettyPrinter::VisitImportDeclaration(ImportDeclaration* node) {
790 void AstPrinter::VisitImportDeclaration(ImportDeclaration* node) {
full-codegen.cc 67 ImportDeclaration* decl) {
636 void FullCodeGenerator::VisitImportDeclaration(ImportDeclaration* decl) {
    [all...]
ast.cc 1004 INCREASE_NODE_COUNT(ImportDeclaration)
    [all...]
parser.cc     [all...]
hydrogen.cc     [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 69 // [[Annotations] package QualifiedIdentifier ; ] {ImportDeclaration}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 46 import org.eclipse.jdt.core.dom.ImportDeclaration;
559 public boolean visit(ImportDeclaration id) {
  /external/doclava/src/com/google/doclava/parser/
Java.g 210 * Fixed compilationUnit to disallow "annotation importDeclaration ...".
302 (importDeclaration
313 importDeclaration
    [all...]
JavaParser.java 115 * Fixed compilationUnit to disallow "annotation importDeclaration ...".
395 "synpred171_Java", "synpred164_Java", "importDeclaration", "synpred124_Java",
465 // src/com/google/doclava/parser/Java.g:293:1: compilationUnit : ( ( annotations )? packageDeclaration )? ( importDeclaration )* ( typeDeclaration )* ;
475 // src/com/google/doclava/parser/Java.g:298:5: ( ( ( annotations )? packageDeclaration )? ( importDeclaration )* ( typeDeclaration )* )
478 // src/com/google/doclava/parser/Java.g:298:9: ( ( annotations )? packageDeclaration )? ( importDeclaration )* ( typeDeclaration )*
548 // src/com/google/doclava/parser/Java.g:302:9: ( importDeclaration )*
569 // src/com/google/doclava/parser/Java.g:302:10: importDeclaration
573 importDeclaration();
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 359 } else if ("importDeclaration".equals(payload)) {
424 * @param tree The tree to parse. importDeclaration should be the root value.
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 4359 milliseconds