Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp111 importer.CompleteTagDeclWithOrigin(imported_tag_decl, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h152 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin);
H A DClangASTImporter.cpp573 bool ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, in CompleteTagDeclWithOrigin() function in ClangASTImporter
H A DClangASTSource.cpp304 m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, alternate); in CompleteType()