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* ast = coordinator->parse(fqName); in generateAdapterMainSource()
589 AST::generateCppPackageInclude(out, interface, interface.getInterfaceAdapterName()); in generateAdapterMainSource()
627 AST* typesAST = nullptr; in generateAndroidBpForPackage()
630 AST* ast = coordinator->parse(fqName); in generateAndroidBpForPackage()
742 AST *ast = coordinator->parse(fqName); in generateAndroidBpImplForPackage()
880 AST* ast = coordinator->parse(fqName); in validateForFormat()
926 AST *ast = coordinator->parse(fqName); in generateExportHeaderForPackage()
1000 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateHashOutput()
1023 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateFunctionCount()
1063 astGenerationFunction(&AST::generateInterfaceHeader),
1070 astGenerationFunction(&AST::generateHwBinderHeader),
1075 astGenerationFunction(&AST::generateStubHeader),
1080 astGenerationFunction(&AST::generateProxyHeader),
1085 astGenerationFunction(&AST::generatePassthroughHeader),
1095 astGenerationFunction(&AST::generateCppSource),
1103 astGenerationFunction(&AST::generateCppImplHeader),
1111 astGenerationFunction(&AST::generateCppImplSource),
1121 astGenerationFunction(&AST::generateCppAdapterHeader),
1131 astGenerationFunction(&AST::generateCppAdapterSource),
1278 astGenerationFunction(&AST::generateJavaImpl),
1304 astGenerationFunction(&AST::generateVts),
1379 astGenerationFunction(&AST::generateDependencies),
1394 astGenerationFunction(&AST::generateInheritanceHierarchy),
1409 astGenerationFunction(&AST::generateFormattedHidl),