Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.h118 class ConstructorDecl : public Declaration {
126 ConstructorDecl(const std::string& name,
128 ConstructorDecl(const std::string& name,
132 virtual ~ConstructorDecl() = default;
141 DISALLOW_COPY_AND_ASSIGN(ConstructorDecl);
Dast_cpp.cpp130 ConstructorDecl::ConstructorDecl( in ConstructorDecl() function in android::aidl::cpp::ConstructorDecl
133 : ConstructorDecl(name, std::move(arg_list), 0u) {} in ConstructorDecl()
135 ConstructorDecl::ConstructorDecl( in ConstructorDecl() function in android::aidl::cpp::ConstructorDecl
143 void ConstructorDecl::Write(CodeWriter* to) const { in Write()
Dgenerate_cpp.cpp652 unique_ptr<ConstructorDecl> constructor{new ConstructorDecl{ in BuildClientHeader()
656 ConstructorDecl::IS_EXPLICIT in BuildClientHeader()
658 unique_ptr<ConstructorDecl> destructor{new ConstructorDecl{ in BuildClientHeader()
661 ConstructorDecl::IS_VIRTUAL | ConstructorDecl::IS_DEFAULT}}; in BuildClientHeader()