HomeSort by relevance Sort by last modified time
    Searched refs:typesAST (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/
main.cpp 159 AST* typesAST = coordinator->parse(fqName);
160 if (typesAST == nullptr) {
165 std::vector<NamedType*> rootTypes = typesAST->getRootScope()->getSubTypes();
400 const std::vector<FQName> &packageInterfaces, AST *typesAST) {
412 CHECK(typesAST != nullptr);
417 Scope* rootScope = typesAST->getRootScope();
550 AST* typesAST = nullptr;
562 typesAST = ast;
569 bool needsJavaCode = packageNeedsJavaCode(packageInterfaces, typesAST);
622 if (typesAST != nullptr)
    [all...]
Coordinator.cpp 244 AST *typesAST = nullptr;
250 status_t err = parseOptional(typesName, &typesAST, nullptr, Enforce::NONE);
265 if (typesAST != NULL) {
268 (*ast)->addImportedAST(typesAST);

Completed in 82 milliseconds