Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h152 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin);
H A DClangASTImporter.cpp574 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()