Searched refs:cxx_method_decl (Results 1 – 4 of 4) sorted by relevance
4559 CXXMethodDecl *cxx_method_decl = NULL; in AddMethodToCXXRecordType() local4591 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()4605 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()4623 cxx_method_decl = CXXMethodDecl::Create (*m_ast, in AddMethodToCXXRecordType()4637 cxx_method_decl = CXXConversionDecl::Create (*m_ast, in AddMethodToCXXRecordType()4650 if (cxx_method_decl == NULL) in AddMethodToCXXRecordType()4652 cxx_method_decl = CXXMethodDecl::Create (*m_ast, in AddMethodToCXXRecordType()4667 cxx_method_decl->setAccess (access_specifier); in AddMethodToCXXRecordType()4668 cxx_method_decl->setVirtualAsWritten (is_virtual); in AddMethodToCXXRecordType()4671 cxx_method_decl->addAttr(::new (*m_ast) UsedAttr(SourceRange(), *m_ast)); in AddMethodToCXXRecordType()[all …]
2224 ClangASTContext::GetAsDeclContext (clang::CXXMethodDecl *cxx_method_decl) in GetAsDeclContext() argument2226 return llvm::dyn_cast<clang::DeclContext>(cxx_method_decl); in GetAsDeclContext()
294 GetAsDeclContext (clang::CXXMethodDecl *cxx_method_decl);
6695 clang::CXXMethodDecl *cxx_method_decl; in ParseType() local6705 … cxx_method_decl = class_opaque_type.AddMethodToCXXRecordType (type_name_cstr, in ParseType()6715 type_handled = cxx_method_decl != NULL; in ParseType()6719 … LinkDeclContextToDIE(ClangASTContext::GetAsDeclContext(cxx_method_decl), die); in ParseType()6733 cxx_method_decl); in ParseType()6735 … GetClangASTContext().SetMetadata (cxx_method_decl, metadata); in ParseType()