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

  /system/tools/aidl/
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
generate_cpp.cpp 575 unique_ptr<ConstructorDecl> meta_if{new ConstructorDecl{
590 unique_ptr<ConstructorDecl> constructor{new ConstructorDecl{
594 ConstructorDecl::IS_EXPLICIT
596 unique_ptr<ConstructorDecl> destructor{new ConstructorDecl{
599 ConstructorDecl::IS_VIRTUAL | ConstructorDecl::IS_DEFAULT}};
675 if_class->AddPublic(unique_ptr<Declaration>{new ConstructorDecl{
    [all...]
ast_cpp.cpp 130 ConstructorDecl::ConstructorDecl(
133 : ConstructorDecl(name, std::move(arg_list), 0u) {}
135 ConstructorDecl::ConstructorDecl(
143 void ConstructorDecl::Write(CodeWriter* to) const {
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 535 milliseconds