• Home
  • Raw
  • Download

Lines Matching refs:AST

160     AST* typesAST = coordinator->parse(fqName);  in appendPerTypeTargets()
261 static FileGenerator::GenerationFunction astGenerationFunction(void (AST::*generate)(Formatter&) in astGenerationFunction()
265 AST* ast = coordinator->parse(fqName); in astGenerationFunction()
295 AST* ast; in generateJavaForPackage()
391 AST *ast = coordinator->parse(fqName); in isPackageJavaCompatible()
430 const std::vector<FQName> &packageInterfaces, AST *typesAST) { in packageNeedsJavaCode()
571 AST* typesAST = nullptr; in generateAndroidBpForPackage()
574 AST* ast = coordinator->parse(fqName); in generateAndroidBpForPackage()
686 AST *ast = coordinator->parse(fqName); in generateAndroidBpImplForPackage()
824 AST* ast = coordinator->parse(fqName); in validateForFormat()
870 AST *ast = coordinator->parse(fqName); in generateExportHeaderForPackage()
944 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateHashOutput()
967 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateFunctionCount()
1007 astGenerationFunction(&AST::generateInterfaceHeader),
1014 astGenerationFunction(&AST::generateHwBinderHeader),
1019 astGenerationFunction(&AST::generateStubHeader),
1024 astGenerationFunction(&AST::generateProxyHeader),
1029 astGenerationFunction(&AST::generatePassthroughHeader),
1039 astGenerationFunction(&AST::generateCppSource),
1047 astGenerationFunction(&AST::generateCppImplHeader),
1055 astGenerationFunction(&AST::generateCppImplSource),
1166 astGenerationFunction(&AST::generateJavaImpl),
1192 astGenerationFunction(&AST::generateVts),
1267 astGenerationFunction(&AST::generateDependencies),
1282 astGenerationFunction(&AST::generateInheritanceHierarchy),
1297 astGenerationFunction(&AST::generateFormattedHidl),