Searched refs:GetCompilerDecl (Results 1 – 7 of 7) sorted by relevance
571 decls.push_back(m_ast_ctx->GetCompilerDecl(result_iface_decl)); in FindDecls()612 decls.push_back(m_ast_ctx->GetCompilerDecl(iface_decl)); in FindDecls()
458 decls.push_back(m_ast_context->GetCompilerDecl(named_decl)); in FindDecls()
546 CompilerDecl GetCompilerDecl(clang::Decl *decl) { in GetCompilerDecl() function
4458 clang_decl = GetCompilerDecl(cxx_method_decl); in GetMemberFunctionAtIndex()4484 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()4514 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()9316 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()9323 found_decls.push_back(GetCompilerDecl(nd)); in DeclContextFindDeclByName()
1431 return m_clang.GetCompilerDecl(&decl); in ToCompilerDecl()
653 return clang_ast_ctx->GetCompilerDecl(decl); in GetDeclForUID()
2250 return m_ast.GetCompilerDecl(clang_decl); in GetDeclForUIDFromDWARF()