Searched defs:AST (Results 1 – 8 of 8) sorted by relevance
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
47 struct AST { struct212 // in this AST, this is a subset of those specified in import statements. argument224 std::set<AST *> mImportedASTs; argument230 std::map<AST *, std::set<Type *>> mImportedTypes; argument247 // Only types defined in this very AST are considered. argument266 using MethodGenerator = std::function<void(const Method*, const Interface*)>;297 enum InstrumentationEvent {
38 AST::AST(const Coordinator* coordinator, const Hash* fileHash) in AST() function in android::AST