#include "lldb/Symbol/CompilerDeclContext.h"
#include "lldb/Symbol/CompilerDecl.h"
#include "lldb/Symbol/TypeSystem.h"
#include <vector>
usingnamespacelldb_private;
std::vector<CompilerDecl>
CompilerDeclContext::FindDeclByName(ConstString name,
const bool ignore_using_decls) { … }
ConstString CompilerDeclContext::GetName() const { … }
ConstString CompilerDeclContext::GetScopeQualifiedName() const { … }
bool CompilerDeclContext::IsClassMethod() { … }
lldb::LanguageType CompilerDeclContext::GetLanguage() { … }
bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const { … }
std::vector<lldb_private::CompilerContext>
CompilerDeclContext::GetCompilerContext() const { … }
bool lldb_private::operator==(const lldb_private::CompilerDeclContext &lhs,
const lldb_private::CompilerDeclContext &rhs) { … }
bool lldb_private::operator!=(const lldb_private::CompilerDeclContext &lhs,
const lldb_private::CompilerDeclContext &rhs) { … }