Home
last modified time | relevance | path

Searched refs:cxx_method_decl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4305 clang::CXXMethodDecl *cxx_method_decl = in GetMemberFunctionAtIndex() local
4307 if (cxx_method_decl) { in GetMemberFunctionAtIndex()
4308 name = cxx_method_decl->getDeclName().getAsString(); in GetMemberFunctionAtIndex()
4309 if (cxx_method_decl->isStatic()) in GetMemberFunctionAtIndex()
4311 else if (llvm::isa<clang::CXXConstructorDecl>(cxx_method_decl)) in GetMemberFunctionAtIndex()
4313 else if (llvm::isa<clang::CXXDestructorDecl>(cxx_method_decl)) in GetMemberFunctionAtIndex()
4317 clang_type = GetType(cxx_method_decl->getType()); in GetMemberFunctionAtIndex()
4318 clang_decl = GetCompilerDecl(cxx_method_decl); in GetMemberFunctionAtIndex()
7399 clang::CXXMethodDecl *cxx_method_decl = nullptr; in AddMethodToCXXRecordType() local
7438 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()
[all …]
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1139 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local
1147 type_handled = cxx_method_decl != NULL; in ParseSubroutine()
1152 if (cxx_method_decl) { in ParseSubroutine()
1153 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()
1165 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()
1167 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()