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()
538 AST* ast = coordinator->parse(fqName); in generateAdapterMainSource()
556 AST::generateCppPackageInclude(out, interface, interface.getInterfaceAdapterName()); in generateAdapterMainSource()
594 AST* typesAST = nullptr; in generateAndroidBpForPackage()
597 AST* ast = coordinator->parse(fqName); in generateAndroidBpForPackage()
705 AST *ast = coordinator->parse(fqName); in generateAndroidBpImplForPackage()
843 AST *ast = coordinator->parse(fqName); in generateExportHeaderForPackage()
913 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateHashOutput()
936 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateFunctionCount()
976 astGenerationFunction(&AST::generateInterfaceHeader),
983 astGenerationFunction(&AST::generateHwBinderHeader),
988 astGenerationFunction(&AST::generateStubHeader),
993 astGenerationFunction(&AST::generateProxyHeader),
998 astGenerationFunction(&AST::generatePassthroughHeader),
1008 astGenerationFunction(&AST::generateCppSource),
1016 astGenerationFunction(&AST::generateCppImplHeader),
1024 astGenerationFunction(&AST::generateCppImplSource),
1034 astGenerationFunction(&AST::generateCppAdapterHeader),
1044 astGenerationFunction(&AST::generateCppAdapterSource),
1191 astGenerationFunction(&AST::generateJavaImpl),
1217 astGenerationFunction(&AST::generateVts),
1292 astGenerationFunction(&AST::generateDependencies),
1307 astGenerationFunction(&AST::generateInheritanceHierarchy),
1322 astGenerationFunction(&AST::generateFormattedHidl),