Searched refs:ResolveDeclOrigin (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTImporter.cpp | 335 if (ResolveDeclOrigin(cxx_record_decl, NULL, NULL)) in CanImport() 344 if (ResolveDeclOrigin(enum_decl, NULL, NULL)) in CanImport() 359 if (ResolveDeclOrigin(class_interface_decl, NULL, NULL)) in CanImport() 411 if (ResolveDeclOrigin(cxx_record_decl, NULL, NULL)) in Import() 420 if (ResolveDeclOrigin(enum_decl, NULL, NULL)) in Import() 435 if (ResolveDeclOrigin(class_interface_decl, NULL, NULL)) in Import()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 449 if (m_ast_importer_sp->ResolveDeclOrigin(interface_decl, &original_decl, in CompleteType() 577 if (!m_ast_importer_sp->ResolveDeclOrigin(context_decl, &original_decl, in FindExternalLexicalDecls() 1029 source.ResolveDeclOrigin(this->decl, &origin_decl.decl, NULL); in GetOrigin() 1162 m_ast_importer_sp->ResolveDeclOrigin(interface_decl, &original_decl, in FindObjCMethodDecls() 1989 bool ClangASTSource::ResolveDeclOrigin(const clang::Decl *decl, in ResolveDeclOrigin() function in ClangASTSource 1993 return m_ast_importer_sp->ResolveDeclOrigin(decl, original_decl, in ResolveDeclOrigin()
|
| H A D | ClangASTSource.h | 436 bool ResolveDeclOrigin(const clang::Decl *decl, clang::Decl **original_decl,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTImporter.h | 147 bool ResolveDeclOrigin(const clang::Decl *decl, clang::Decl **original_decl, in ResolveDeclOrigin() function
|