OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decl_context
(Results
1 - 6
of
6
) sorted by null
/external/lldb/source/Expression/
ClangUserExpression.cpp
155
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);
[
all
...]
ClangExpressionDeclMap.cpp
918
clang::DeclContext *
decl_context
= function_block->GetClangDeclContext();
920
if (!
decl_context
)
923
clang::CXXMethodDecl *method_decl = llvm::dyn_cast<clang::CXXMethodDecl>(
decl_context
);
[
all
...]
ClangASTSource.cpp
367
ClangASTSource::FindExternalLexicalDecls (const DeclContext *
decl_context
,
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
)
[
all
...]
/external/lldb/source/Symbol/
SymbolContext.cpp
578
clang::DeclContext *
decl_context
= function_block->GetClangDeclContext();
local
580
if (
decl_context
)
582
return ClangASTContext::GetClassMethodInfoForDeclContext (
decl_context
,
[
all
...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h
261
SearchDeclContext (const clang::DeclContext *
decl_context
,
SymbolFileDWARF.cpp
[
all
...]
Completed in 88 milliseconds