Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTImporter.h126 CompleteTagDeclWithOrigin (clang::TagDecl *decl, clang::TagDecl *origin);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTImporter.cpp241 ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin_decl) in CompleteTagDeclWithOrigin() function in ClangASTImporter
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangASTSource.cpp253 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl)) in CompleteType()
292 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl)) in CompleteType()