Searched refs:clang_decl (Results 1 – 2 of 2) sorted by relevance
2261 clang::Decl *clang_decl = GetClangDeclForDIE(die); in GetDeclForUIDFromDWARF() local2262 if (clang_decl != nullptr) in GetDeclForUIDFromDWARF()2263 return m_ast.GetCompilerDecl(clang_decl); in GetDeclForUIDFromDWARF()
4458 CompilerDecl clang_decl; in GetMemberFunctionAtIndex() local4489 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()