Searched refs:cxx_method_decl (Results 1 – 2 of 2) sorted by relevance
4397 if (cxx_method_decl) { in GetMemberFunctionAtIndex()7567 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()7581 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()7596 cxx_method_decl = in AddMethodToCXXRecordType()7599 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()7622 if (cxx_method_decl == nullptr) { in AddMethodToCXXRecordType()7623 cxx_method_decl = in AddMethodToCXXRecordType()7691 cxx_method_decl->setDefaulted(); in AddMethodToCXXRecordType()7692 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()7696 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()[all …]
1138 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local1146 type_handled = cxx_method_decl != NULL; in ParseSubroutine()1151 if (cxx_method_decl) { in ParseSubroutine()1152 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()1164 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()1166 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()