Searched defs:AST (Results 1 - 4 of 4) sorted by last modified time

/system/tools/hidl/
H A DAST.cpp17 #include "AST.h"
38 AST::AST(const Coordinator* coordinator, const Hash* fileHash) function in class:android::AST
44 Scope* AST::getRootScope() {
49 void AST::addSyntaxError() {
53 size_t AST::syntaxErrors() const {
57 const std::string& AST::getFilename() const {
60 const Hash* AST::getFileHash() const {
64 bool AST::setPackage(const char *package) {
78 FQName AST
[all...]
H A DAST.h47 struct AST { struct in namespace:android
48 AST(const Coordinator* coordinator, const Hash* fileHash);
78 void addImportedAST(AST *ast);
144 // each AST in each package referenced in importSet.
200 // in this AST, this is a subset of those specified in import statements.
212 std::set<AST *> mImportedASTs;
214 // If a single type (instead of the whole AST) is imported, the AST will be
216 // imported from this AST. If an AST appear
[all...]
/system/tools/hidl/c2hal/
H A DAST.cpp17 #include "AST.h"
36 AST::AST(const std::string &path, function in class:android::AST
47 AST::~AST() {
72 void *AST::scanner() {
76 void AST::setScanner(void *scanner) {
80 bool AST::isOpenGl() const {
84 const std::string& AST::getFilename() const {
88 void AST
[all...]
H A DAST.h37 struct AST { struct in namespace:android
38 AST(const std::string &path,
42 ~AST();
93 DISALLOW_COPY_AND_ASSIGN(AST);

Completed in 75 milliseconds