Searched refs:cxx_method_decl (Results 1 – 2 of 2) sorted by relevance
4476 clang::CXXMethodDecl *cxx_method_decl = in GetMemberFunctionAtIndex() local4478 if (cxx_method_decl) { in GetMemberFunctionAtIndex()4479 name = cxx_method_decl->getDeclName().getAsString(); in GetMemberFunctionAtIndex()4480 if (cxx_method_decl->isStatic()) in GetMemberFunctionAtIndex()4482 else if (llvm::isa<clang::CXXConstructorDecl>(cxx_method_decl)) in GetMemberFunctionAtIndex()4484 else if (llvm::isa<clang::CXXDestructorDecl>(cxx_method_decl)) in GetMemberFunctionAtIndex()4488 clang_type = GetType(cxx_method_decl->getType()); in GetMemberFunctionAtIndex()4489 clang_decl = GetCompilerDecl(cxx_method_decl); in GetMemberFunctionAtIndex()7696 clang::CXXMethodDecl *cxx_method_decl = nullptr; in AddMethodToCXXRecordType() local7735 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()[all …]
1119 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local1127 type_handled = cxx_method_decl != nullptr; in ParseSubroutine()1132 if (cxx_method_decl) { in ParseSubroutine()1133 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()1144 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()1146 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()