Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2261 clang::Decl *clang_decl = GetClangDeclForDIE(die); in GetDeclForUIDFromDWARF() local
2262 if (clang_decl != nullptr) in GetDeclForUIDFromDWARF()
2263 return m_ast.GetCompilerDecl(clang_decl); in GetDeclForUIDFromDWARF()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4458 CompilerDecl clang_decl; in GetMemberFunctionAtIndex() local
4489 clang_decl = GetCompilerDecl(cxx_method_decl); in GetMemberFunctionAtIndex()
4515 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4545 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4566 return TypeMemberFunctionImpl(clang_type, clang_decl, name, kind); in GetMemberFunctionAtIndex()