Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h139 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp359 if (m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, in CompleteType()
403 if (m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, in CompleteType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp565 bool ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, in CompleteTagDeclWithOrigin() function in ClangASTImporter