Searched refs:decl_context (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Expression/
H A DClangUserExpression.cpp155 clang::DeclContext *decl_context = function_block->GetClangDeclContext(); local
157 if (!decl_context)
164 if (clang::CXXMethodDecl *method_decl = llvm::dyn_cast<clang::CXXMethodDecl>(decl_context))
195 else if (clang::ObjCMethodDecl *method_decl = llvm::dyn_cast<clang::ObjCMethodDecl>(decl_context))
229 else if (clang::FunctionDecl *function_decl = llvm::dyn_cast<clang::FunctionDecl>(decl_context))
236 ClangASTMetadata *metadata = ClangASTContext::GetMetadata (&decl_context->getParentASTContext(), function_decl);
H A DClangExpressionDeclMap.cpp918 clang::DeclContext *decl_context = function_block->GetClangDeclContext();
920 if (!decl_context)
923 clang::CXXMethodDecl *method_decl = llvm::dyn_cast<clang::CXXMethodDecl>(decl_context);
1040 clang::DeclContext *decl_context = function_block->GetClangDeclContext();
1042 if (!decl_context)
1045 clang::ObjCMethodDecl *method_decl = llvm::dyn_cast<clang::ObjCMethodDecl>(decl_context);
H A DClangASTSource.cpp367 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, argument
375 const Decl *context_decl = dyn_cast<Decl>(decl_context);
476 DeclContext *decl_context_non_const = const_cast<DeclContext *>(decl_context);
478 if (copied_decl->getDeclContext() != decl_context)
/external/lldb/source/Symbol/
H A DSymbolContext.cpp578 clang::DeclContext *decl_context = function_block->GetClangDeclContext(); local
580 if (decl_context)
582 return ClangASTContext::GetClassMethodInfoForDeclContext (decl_context,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h261 SearchDeclContext (const clang::DeclContext *decl_context,
H A DSymbolFileDWARF.cpp7787 SymbolFileDWARF::SearchDeclContext (const clang::DeclContext *decl_context, argument
7791 DeclContextToDIEMap::iterator iter = m_decl_ctx_to_die.find(decl_context);
7856 const clang::DeclContext *decl_context,
7861 switch (decl_context->getDeclKind())
7867 symbol_file_dwarf->SearchDeclContext (decl_context, decl_name.getAsString().c_str(), results);
7855 FindExternalVisibleDeclsByName(void *baton, const clang::DeclContext *decl_context, clang::DeclarationName decl_name, llvm::SmallVectorImpl <clang::NamedDecl *> *results) argument

Completed in 710 milliseconds