Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h174 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin);
H A DClangASTSource.cpp285 m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, alternate); in CompleteType()
H A DClangASTImporter.cpp816 bool ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, in CompleteTagDeclWithOrigin() function in ClangASTImporter