Searched refs:GetCompleteDecl (Results 1 – 5 of 5) sorted by relevance
554 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteTagDecl()571 if (!ClangASTContext::GetCompleteDecl(origin_ast_ctx, origin_decl)) in CompleteTagDeclWithOrigin()597 if (!ClangASTContext::GetCompleteDecl(decl_origin.ctx, decl_origin.decl)) in CompleteObjCInterfaceDecl()850 ClangASTContext::GetCompleteDecl(m_source_ctx, original_decl); in ExecuteDeportWorkQueues()
2528 bool ClangASTContext::GetCompleteDecl(clang::ASTContext *ast, in GetCompleteDecl() function in ClangASTContext
131 bool GetCompleteDecl(clang::Decl *decl) { in GetCompleteDecl() function132 return ClangASTContext::GetCompleteDecl(getASTContext(), decl); in GetCompleteDecl()141 static bool GetCompleteDecl(clang::ASTContext *ast, clang::Decl *decl);
1080 ClangASTContext::GetCompleteDecl(original_ctx, original_interface_decl); in FindObjCMethodDeclsWithOrigin()1739 ClangASTContext::GetCompleteDecl( in layoutRecordType()
883 m_ast.GetCompleteDecl(parent_decl); in GetDeclForSymbol()