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()
562 AST* ast = coordinator->parse(fqName); in generateAdapterMainSource()
580 AST::generateCppPackageInclude(out, interface, interface.getInterfaceAdapterName()); in generateAdapterMainSource()
618 AST* typesAST = nullptr; in generateAndroidBpForPackage()
621 AST* ast = coordinator->parse(fqName); in generateAndroidBpForPackage()
726 AST *ast = coordinator->parse(fqName); in generateAndroidBpImplForPackage()
864 AST *ast = coordinator->parse(fqName); in generateExportHeaderForPackage()
934 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateHashOutput()
957 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateFunctionCount()
997 astGenerationFunction(&AST::generateInterfaceHeader),
1004 astGenerationFunction(&AST::generateHwBinderHeader),
1009 astGenerationFunction(&AST::generateStubHeader),
1014 astGenerationFunction(&AST::generateProxyHeader),
1019 astGenerationFunction(&AST::generatePassthroughHeader),
1029 astGenerationFunction(&AST::generateCppSource),
1037 astGenerationFunction(&AST::generateCppImplHeader),
1045 astGenerationFunction(&AST::generateCppImplSource),
1055 astGenerationFunction(&AST::generateCppAdapterHeader),
1065 astGenerationFunction(&AST::generateCppAdapterSource),
1212 astGenerationFunction(&AST::generateJavaImpl),
1238 astGenerationFunction(&AST::generateVts),
1313 astGenerationFunction(&AST::generateDependencies),
1328 astGenerationFunction(&AST::generateInheritanceHierarchy),
1343 astGenerationFunction(&AST::generateFormattedHidl),