Lines Matching refs:AST
160 AST* typesAST = coordinator->parse(fqName); in appendPerTypeTargets()
260 static FileGenerator::GenerationFunction astGenerationFunction(void (AST::*generate)(Formatter&) in astGenerationFunction()
264 AST* ast = coordinator->parse(fqName); in astGenerationFunction()
288 AST* ast; in generateJavaForPackage()
362 AST *ast = coordinator->parse(fqName); in isPackageJavaCompatible()
401 const std::vector<FQName> &packageInterfaces, AST *typesAST) { in packageNeedsJavaCode()
512 AST::generateCppPackageInclude(out, interface, interface.getInterfaceAdapterName()); in generateAdapterMainSource()
549 AST* typesAST = nullptr; in generateAndroidBpForPackage()
552 AST* ast = coordinator->parse(fqName); in generateAndroidBpForPackage()
654 AST *ast = coordinator->parse(fqName); in generateAndroidBpImplForPackage()
790 AST *ast = coordinator->parse(fqName); in generateExportHeaderForPackage()
859 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateHashOutput()
877 AST* ast = coordinator->parse(fqName, {} /* parsed */, in generateFunctionCount()
912 astGenerationFunction(&AST::generateInterfaceHeader),
919 astGenerationFunction(&AST::generateHwBinderHeader),
924 astGenerationFunction(&AST::generateStubHeader),
929 astGenerationFunction(&AST::generateProxyHeader),
934 astGenerationFunction(&AST::generatePassthroughHeader),
944 astGenerationFunction(&AST::generateCppSource),
952 astGenerationFunction(&AST::generateCppImplHeader),
960 astGenerationFunction(&AST::generateCppImplSource),
970 astGenerationFunction(&AST::generateCppAdapterHeader),
980 astGenerationFunction(&AST::generateCppAdapterSource),
1138 astGenerationFunction(&AST::generateVts),
1213 astGenerationFunction(&AST::generateDependencies),