Searched defs:decl_ctx (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ASTDumper.cpp | 20 clang::DeclContext *decl_ctx = llvm::dyn_cast<clang::DeclContext>(decl); in ASTDumper() local 44 ASTDumper::ASTDumper (clang::DeclContext *decl_ctx) in ASTDumper()
|
| HD | ClangASTSource.cpp | 62 const DeclContext *decl_ctx, in FindExternalVisibleDeclsByName() 200 DeclContext *decl_ctx = tag_decl->getDeclContext(); in CompleteType() local 925 const DeclContext *decl_ctx(context.m_decl_context); in FindObjCMethodDecls() local
|
| HD | ClangExpressionDeclMap.cpp | 1376 clang::DeclContext *decl_ctx = sym_ctx.function->GetClangDeclContext(); in FindExternalVisibleDecls() local
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangExternalASTSourceCallbacks.h | 100 MaterializeVisibleDecls (const clang::DeclContext *decl_ctx) in MaterializeVisibleDecls() 106 FindExternalLexicalDecls (const clang::DeclContext *decl_ctx, in FindExternalLexicalDecls()
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 1129 ClangASTContext::CreateRecordType (DeclContext *decl_ctx, in CreateRecordType() 1238 ClangASTContext::CreateFunctionTemplateDecl (clang::DeclContext *decl_ctx, in CreateFunctionTemplateDecl() 1285 ClangASTContext::CreateClassTemplateDecl (DeclContext *decl_ctx, in CreateClassTemplateDecl() 1362 ClangASTContext::CreateClassTemplateSpecializationDecl (DeclContext *decl_ctx, in CreateClassTemplateSpecializationDecl() 1740 DeclContext *decl_ctx, in CreateObjCClass() 1805 ClangASTContext::GetUniqueNamespaceDeclaration (const char *name, DeclContext *decl_ctx) in GetUniqueNamespaceDeclaration() 1907 ClangASTContext::CreateFunctionDeclaration (DeclContext *decl_ctx, in CreateFunctionDeclaration() 2057 DeclContext *decl_ctx, in CreateEnumerationType() 2243 ClangASTContext::GetClassMethodInfoForDeclContext (clang::DeclContext *decl_ctx, in GetClassMethodInfoForDeclContext()
|
| HD | ClangExternalASTSourceCallbacks.cpp | 51 const clang::DeclContext *decl_ctx, in FindExternalVisibleDeclsByName()
|
| HD | ClangASTType.cpp | 298 clang::DeclContext* decl_ctx = GetDeclContextForType(); in IsRuntimeGeneratedType() local
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.h | 479 void LinkDeclContextToDIE (clang::DeclContext *decl_ctx, in LinkDeclContextToDIE()
|
| HD | SymbolFileDWARF.cpp | 1541 SymbolFileDWARF::ParseClassTemplateDecl (clang::DeclContext *decl_ctx, in ParseClassTemplateDecl() 3744 … clang::DeclContext* decl_ctx = GetClangDeclContextContainingTypeUID (type->GetID()); in FindFunctions() local 4708 … clang::DeclContext *decl_ctx = type->GetClangForwardType().GetDeclContextForType (); in GetClangDeclContextContainingDIE() local 6178 … clang::DeclContext *decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_ctx_die); in ParseType() local
|