HomeSort by relevance Sort by last modified time
    Searched defs:ConstructorDecl (Results 1 - 3 of 3) sorted by null

  /system/tools/aidl/
ast_cpp.cpp 130 ConstructorDecl::ConstructorDecl(
133 : ConstructorDecl(name, std::move(arg_list), 0u) {}
135 ConstructorDecl::ConstructorDecl(
143 void ConstructorDecl::Write(CodeWriter* to) const {
ast_cpp.h 118 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);
142 }; // class ConstructorDecl
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]

Completed in 84 milliseconds