Home
last modified time | relevance | path

Searched refs:GetCompilerDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp573 decls.push_back(m_ast_ctx.GetCompilerDecl(result_iface_decl)); in FindDecls()
614 decls.push_back(m_ast_ctx.GetCompilerDecl(iface_decl)); in FindDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp409 decls.push_back(m_ast_context->GetCompilerDecl(named_decl)); in FindDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h470 CompilerDecl GetCompilerDecl(clang::Decl *decl) { in GetCompilerDecl() function
H A DTypeSystemClang.cpp4408 clang_decl = GetCompilerDecl(cxx_method_decl); in GetMemberFunctionAtIndex()
4434 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4464 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
9419 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
9426 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1340 return m_clang.GetCompilerDecl(&decl); in ToCompilerDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp641 return clang_ast_ctx->GetCompilerDecl(decl); in GetDeclForUID()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2115 return m_ast.GetCompilerDecl(clang_decl); in GetDeclForUIDFromDWARF()