Home
last modified time | relevance | path

Searched defs:AST (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/c2hal/
DAST.h37 struct AST { struct
66 std::string mPath;
67 std::string mOutputDir;
68 std::string mPackage;
93 DISALLOW_COPY_AND_ASSIGN(AST); argument
DInclude.cpp44 void Include::processContents(AST &) { in processContents() argument
DEnumVarDeclaration.cpp53 void EnumVarDeclaration::processContents(AST &) { in processContents() argument
DVarDeclaration.cpp53 void VarDeclaration::processContents(AST &) { in processContents() argument
DFunctionDeclaration.cpp75 void FunctionDeclaration::processContents(AST &) { in processContents() argument
DAST.cpp36 AST::AST(const std::string &path, in AST() function in android::AST
/system/tools/hidl/
DAST.h53 struct AST { struct
251 // in this AST, this is a subset of those specified in import statements. argument
263 std::set<AST *> mImportedASTs; argument
269 std::map<AST *, std::set<Type *>> mImportedTypes; argument
274 // contains all the hidl reserved methods part of this AST argument
292 // Only types defined in this very AST are considered. argument
304 using MethodGenerator = std::function<void(const Method*, const Interface*)>;
335 enum InstrumentationEvent {
DAST.cpp42 AST::AST(const Coordinator* coordinator, const Hash* fileHash) in AST() function in android::AST