Searched defs:AST (Results 1 – 8 of 8) sorted by relevance
53 struct AST { struct248 // in this AST, this is a subset of those specified in import statements. argument260 std::set<AST *> mImportedASTs; argument266 std::map<AST *, std::set<Type *>> mImportedTypes; argument271 // contains all the hidl reserved methods part of this AST argument289 // Only types defined in this very AST are considered. argument301 using MethodGenerator = std::function<void(const Method*, const Interface*)>;330 enum InstrumentationEvent {
42 AST::AST(const Coordinator* coordinator, const Hash* fileHash) in AST() function in android::AST
37 struct AST { struct66 std::string mPath;67 std::string mOutputDir;68 std::string mPackage;93 DISALLOW_COPY_AND_ASSIGN(AST); argument
44 void Include::processContents(AST &) { in processContents() argument
53 void EnumVarDeclaration::processContents(AST &) { in processContents() argument
53 void VarDeclaration::processContents(AST &) { in processContents() argument
75 void FunctionDeclaration::processContents(AST &) { in processContents() argument
36 AST::AST(const std::string &path, in AST() function in android::AST