Home
last modified time | relevance | path

Searched refs:m_decl_context (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h37 const clang::DeclContext *m_decl_context; member
67 m_decl_name(name), m_decl_context(dc) { in NameSearchContext()
H A DClangASTSource.cpp509 if (!context.m_decl_context) in FindExternalVisibleDecls()
515 dyn_cast<NamedDecl>(context.m_decl_context)) in FindExternalVisibleDecls()
526 context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
529 if (isa<NamespaceDecl>(context.m_decl_context)) { in FindExternalVisibleDecls()
531 } else if (isa<ObjCInterfaceDecl>(context.m_decl_context)) { in FindExternalVisibleDecls()
533 } else if (!isa<TranslationUnitDecl>(context.m_decl_context)) { in FindExternalVisibleDecls()
692 context.m_decl_context && in FillNamespaceMap()
693 context.m_decl_context->shouldUseQualifiedLookup(); in FillNamespaceMap()
878 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls()
1195 cast<ObjCInterfaceDecl>(context.m_decl_context)); in FindObjCPropertyAndIvarDecls()
[all …]
H A DNameSearchContext.cpp31 ast, const_cast<DeclContext *>(m_decl_context), SourceLocation(), in AddVarDecl()
62 clang::DeclContext *context = const_cast<DeclContext *>(m_decl_context); in AddFunDecl()
H A DClangExpressionDeclMap.cpp673 if (!context.m_decl_context) in FindExternalVisibleDecls()
679 dyn_cast<NamedDecl>(context.m_decl_context)) in FindExternalVisibleDecls()
688 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
692 dyn_cast<NamespaceDecl>(context.m_decl_context)) { in FindExternalVisibleDecls()
697 const_cast<clang::DeclContext *>(context.m_decl_context)); in FindExternalVisibleDecls()
717 } else if (isa<TranslationUnitDecl>(context.m_decl_context)) { in FindExternalVisibleDecls()