Searched refs:CompleteTagDeclWithOrigin (Results 1 – 3 of 3) sorted by relevance
139 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin);
359 if (m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, in CompleteType()403 if (m_ast_importer_sp->CompleteTagDeclWithOrigin(tag_decl, in CompleteType()
565 bool ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, in CompleteTagDeclWithOrigin() function in ClangASTImporter