Searched refs:CompilerDecl (Results 1 – 25 of 34) sorted by relevance
12
15 ConstString CompilerDecl::GetName() const { in GetName()19 ConstString CompilerDecl::GetMangledName() const { in GetMangledName()23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext()27 CompilerType CompilerDecl::GetFunctionReturnType() const { in GetFunctionReturnType()31 size_t CompilerDecl::GetNumFunctionArguments() const { in GetNumFunctionArguments()35 CompilerType CompilerDecl::GetFunctionArgumentType(size_t arg_idx) const { in GetFunctionArgumentType()39 bool lldb_private::operator==(const lldb_private::CompilerDecl &lhs, in operator ==()40 const lldb_private::CompilerDecl &rhs) { in operator ==()45 bool lldb_private::operator!=(const lldb_private::CompilerDecl &lhs, in operator !=()46 const lldb_private::CompilerDecl &rhs) { in operator !=()
16 std::vector<CompilerDecl>22 return std::vector<CompilerDecl>(); in FindDeclByName()
23 std::vector<CompilerDecl> decls; in FindTypes()
12 CompilerDecl.cpp
168 std::vector<CompilerDecl>171 return std::vector<CompilerDecl>(); in DeclContextFindDeclByName()
211 CompilerDecl Variable::GetDecl() { in GetDecl()213 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()
28 class CompilerDecl {31 CompilerDecl() = default;37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() function44 bool operator<(const CompilerDecl &rhs) const {92 bool operator==(const CompilerDecl &lhs, const CompilerDecl &rhs);93 bool operator!=(const CompilerDecl &lhs, const CompilerDecl &rhs);
53 std::vector<CompilerDecl> &decls) = 0;
59 std::vector<CompilerDecl> FindDeclByName(ConstString name,
200 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID()201 return CompilerDecl(); in GetDeclForUID()
109 CompilerDecl GetDecl();
442 TypeMemberFunctionImpl(const CompilerType &type, const CompilerDecl &decl, in TypeMemberFunctionImpl()470 CompilerDecl m_decl;
23 std::vector<CompilerDecl> compiler_decls; in FindDecls()25 for (CompilerDecl compiler_decl : compiler_decls) { in FindDecls()
29 static clang::Decl *GetDecl(const CompilerDecl &decl);
31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl()
96 std::vector<CompilerDecl> &decls) override;390 std::vector<CompilerDecl> &decls) { in FindDecls()
58 llvm::Optional<lldb_private::CompilerDecl>77 CompilerDecl ToCompilerDecl(clang::Decl &decl);80 clang::Decl *FromCompilerDecl(CompilerDecl decl);
111 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
31 std::vector<CompilerDecl> &decls) override;
41 virtual lldb_private::CompilerDecl
149 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;309 static lldb_private::CompilerDecl GetDecl(const DWARFDIE &die);
56 lldb_private::CompilerDecl
613 lldb_private::CompilerDecl SymbolFilePDB::GetDeclForUID(lldb::user_id_t uid) { in GetDeclForUID()619 return CompilerDecl(); in GetDeclForUID()625 return CompilerDecl(); in GetDeclForUID()629 return CompilerDecl(); in GetDeclForUID()633 return CompilerDecl(); in GetDeclForUID()637 return CompilerDecl(); in GetDeclForUID()
92 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override;
473 CompilerDecl GetCompilerDecl(clang::Decl *decl) { in GetCompilerDecl()476 return CompilerDecl(this, decl); in GetCompilerDecl()507 std::vector<CompilerDecl>