Home
last modified time | relevance | path

Searched refs:ConstructorDecl (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_cpp.h130 class ConstructorDecl : public Declaration {
138 ConstructorDecl(const std::string& name,
140 ConstructorDecl(const std::string& name,
144 virtual ~ConstructorDecl() = default;
153 DISALLOW_COPY_AND_ASSIGN(ConstructorDecl);
Dast_cpp.cpp147 ConstructorDecl::ConstructorDecl( in ConstructorDecl() function in android::aidl::cpp::ConstructorDecl
150 : ConstructorDecl(name, std::move(arg_list), 0u) {} in ConstructorDecl()
152 ConstructorDecl::ConstructorDecl( in ConstructorDecl() function in android::aidl::cpp::ConstructorDecl
160 void ConstructorDecl::Write(CodeWriter* to) const { in Write()
Dgenerate_cpp.cpp805 unique_ptr<ConstructorDecl> constructor{new ConstructorDecl{ in BuildClientHeader()
809 ConstructorDecl::IS_EXPLICIT in BuildClientHeader()
811 unique_ptr<ConstructorDecl> destructor{new ConstructorDecl{ in BuildClientHeader()
814 ConstructorDecl::IS_VIRTUAL | ConstructorDecl::IS_DEFAULT}}; in BuildClientHeader()