#include "NameSearchContext.h"
#include "ClangUtil.h"
#include "lldb/Utility/LLDBLog.h"
usingnamespaceclang;
usingnamespacelldb_private;
clang::NamedDecl *NameSearchContext::AddVarDecl(const CompilerType &type) { … }
clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type,
bool extern_c) { … }
clang::NamedDecl *NameSearchContext::AddGenericFunDecl() { … }
clang::NamedDecl *
NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { … }
void NameSearchContext::AddLookupResult(clang::DeclContextLookupResult result) { … }
void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { … }